Skip to content

Commit

Permalink
Make test pass after new simialr_to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Jan 30, 2024
1 parent be81ad3 commit 4da141d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/tests/test_search_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_search_prepare_parameters_without_query_params(self):
'group_by_pack': True,
'query_filter': '',
'textual_query': '',
'similar_to': None,
'only_sounds_with_pack': False,
}

Expand Down Expand Up @@ -92,6 +93,7 @@ def test_search_prepare_parameters_with_query_params(self):
'group_by_pack': False,
'query_filter': 'duration:[1 TO 10] is_geotagged:1',
'textual_query': 'dog',
'similar_to': None,
'only_sounds_with_pack': False,
}

Expand Down

0 comments on commit 4da141d

Please sign in to comment.