We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5a5f6 commit 28527bfCopy full SHA for 28527bf
readthedocs/search/tests/test_api.py
@@ -526,7 +526,7 @@ def test_search_advanced_query_detection(self, api_client):
526
search_params = {
527
"project": project.slug,
528
"version": version.slug,
529
- "q": "indx",
+ "q": "abracadabra",
530
}
531
resp = self.get_search(api_client, search_params)
532
assert resp.status_code == 200
@@ -539,7 +539,7 @@ def test_search_advanced_query_detection(self, api_client):
539
540
541
542
- "q": '"indx"',
+ "q": '"abracadabra"',
543
544
545
0 commit comments