Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 10, 2023
1 parent 307e9db commit 9e5be9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_client(rester):
],
}

doc = search_method(**q)[0]
doc = search_method(**q)[0].dict()
for sub_field in sub_doc_fields:
if sub_field in doc:
doc = doc[sub_field]
Expand Down

0 comments on commit 9e5be9f

Please sign in to comment.