Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9cede65

Browse files
committed
Fix test to use 'q' and not 'query' parameter
1 parent aed9f34 commit 9cede65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/database_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def test_get_search_result_executes_search_q(self):
13741374
resp = self.db.get_search_result(
13751375
'searchddoc001',
13761376
'searchindex001',
1377-
query='julia*',
1377+
q='julia*',
13781378
sort='_id<string>',
13791379
limit=1
13801380
)

0 commit comments

Comments
 (0)