Skip to content

Commit

Permalink
change case
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 13, 2025
1 parent 23f4407 commit 6b28ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_search_filter_countries_operator():
assert len(results) > 0, results

res = client.get(
"/search/default?q=vladimir putin&filter_op=and&countries=ke&countries=ru"
"/search/default?q=vladimir putin&filter_op=AND&countries=ke&countries=ru"
)
assert res.status_code == 200, res
results = res.json()["results"]
Expand Down

0 comments on commit 6b28ba4

Please sign in to comment.