Skip to content

Commit

Permalink
Fix question
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbit committed Jan 22, 2025
1 parent 101ac26 commit 1d4e8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuclia_e2e/nuclia_e2e/tests/test_kb.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ async def condition() -> tuple[bool, Any]:
query=ActivityLogsSearchQuery(year_month=f"{now.year}-{now.month:02}", filters={}),
)
)
assert logs.data[-1].question == "why cocoa prices high?"
assert logs.data[-1].question == TEST_CHOCO_QUESTION


async def run_test_remi_query(regional_api_config, ndb, logger):
Expand Down

0 comments on commit 1d4e8e4

Please sign in to comment.