From dad4e675ef59d52950e2e77c746c0ff40a112da7 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 29 Sep 2024 15:06:15 +0500 Subject: [PATCH] fixing version in stats api specs Signed-off-by: Tokesh --- tests/default/asynchronous_search/search.yaml | 7 +------ tests/default/asynchronous_search/stats.yaml | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/default/asynchronous_search/search.yaml b/tests/default/asynchronous_search/search.yaml index 9d568b68..4397fe52 100644 --- a/tests/default/asynchronous_search/search.yaml +++ b/tests/default/asynchronous_search/search.yaml @@ -53,9 +53,4 @@ chapters: parameters: id: ${async_search.id} response: - status: 200 - - synopsis: Get stats. - path: /_plugins/_asynchronous_search/stats - method: GET - response: - status: 200 + status: 200 \ No newline at end of file diff --git a/tests/default/asynchronous_search/stats.yaml b/tests/default/asynchronous_search/stats.yaml index 7854b156..b5f11300 100644 --- a/tests/default/asynchronous_search/stats.yaml +++ b/tests/default/asynchronous_search/stats.yaml @@ -6,6 +6,5 @@ chapters: - synopsis: Get stats. path: /_plugins/_asynchronous_search/stats method: GET - version: < 3.0 response: status: 200