Skip to content
Snippets Groups Projects
Unverified Commit 5c8e6e9e authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed flaky test

parent cb89f31c
No related branches found
No related tags found
No related merge requests found
...@@ -1342,7 +1342,7 @@ def test_search_get_fts_advanced(settings, logged_in_api_client, factories): ...@@ -1342,7 +1342,7 @@ def test_search_get_fts_advanced(settings, logged_in_api_client, factories):
def test_search_get_fts_stop_words(settings, logged_in_api_client, factories): def test_search_get_fts_stop_words(settings, logged_in_api_client, factories):
settings.USE_FULL_TEXT_SEARCH = True settings.USE_FULL_TEXT_SEARCH = True
artist = factories["music.Artist"](name="she") artist = factories["music.Artist"](name="she")
factories["music.Artist"]() factories["music.Artist"](name="something else")
url = reverse("api:v1:search") url = reverse("api:v1:search")
expected = { expected = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment