Skip to content

Commit

Permalink
test: slightly more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Oct 23, 2024
1 parent 28d324f commit 3daff7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search/tests/test_meilisearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def test_engine_search(self):
filter_dictionary={"key": "value"},
exclude_dictionary={"id": ["abcd"]},
aggregation_terms={"org": 1, "course": 2},
log_search_params=True,
)

engine.meilisearch_index.search.assert_called_with("abc", {
Expand Down

0 comments on commit 3daff7e

Please sign in to comment.