diff --git a/tests/CTS/requests/analytics/getTopSearches.json b/tests/CTS/requests/analytics/getTopSearches.json index 9a52ef34ed6..d58f03890f1 100644 --- a/tests/CTS/requests/analytics/getTopSearches.json +++ b/tests/CTS/requests/analytics/getTopSearches.json @@ -42,29 +42,5 @@ "tags": "tag" } } - }, - { - "testName": "e2e with complex query params", - "parameters": { - "index": "cts_e2e_space in index" - }, - "request": { - "path": "/2/searches", - "method": "GET", - "queryParameters": { - "index": "cts_e2e_space%20in%20index" - } - }, - "response": { - "statusCode": 200, - "body": { - "searches": [ - { - "search": "", - "nbHits": 0 - } - ] - } - } } ]