Skip to content

Commit

Permalink
Precommit fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Sep 18, 2024
1 parent 82f2c53 commit c3efb41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_search_adaptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,9 @@ def test_vespa_search_adaptor__filters(test_vespa, query_string, filters):
@pytest.mark.vespa
@pytest.mark.parametrize("query_string", ["e"])
@pytest.mark.parametrize("exact_match", [True, False])
@pytest.mark.parametrize("metadata_filters", [None, [{"name": "family.sector", "value": "Price"}]])
@pytest.mark.parametrize(
"metadata_filters", [None, [{"name": "family.sector", "value": "Price"}]]
)
@pytest.mark.parametrize("geographies", [None, {"family_geographies": ["BIH"]}])
def test_vespa_search_response__geographies(
test_vespa, query_string, exact_match, metadata_filters, geographies
Expand Down

0 comments on commit c3efb41

Please sign in to comment.