Skip to content

Commit

Permalink
test: fix test after field rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Dec 11, 2024
1 parent 799037f commit 5d84a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def test_add_to_mongo_and_sync_to_elasticsearch_preparation(self, config: Config
assert search_base.count() == 8
assert (
search_base.filter(
"term", **{keyword_ci("mediumType"): "Ethanol (6%)"}
"term", **{keyword_ci("preservation"): "Ethanol (6%)"}
).count()
== 1
)
Expand Down

0 comments on commit 5d84a79

Please sign in to comment.