Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
antolinos committed May 19, 2022
1 parent 562e458 commit a87b2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/search_api/test_search_api_query_filter_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1879,6 +1879,7 @@ def test_valid_include_filter_with_include_filter_in_scope(
[
pytest.param({"filter": {"limit": 0}}, 0, id="Limit 0 values"),
pytest.param({"filter": {"limit": 50}}, 50, id="Limit 50 values"),
pytest.param({"filter": {"limit": "25"}}, 25, id="Limit 25 values"),
],
)
def test_valid_limit_filter(self, test_request_filter, expected_limit_value):
Expand Down

0 comments on commit a87b2e6

Please sign in to comment.