From 08e4a2ded3eb9f6caa0153690f88fedbdbb79b30 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 17 Nov 2024 18:00:05 +0500 Subject: [PATCH] deleting not necessary response parts Signed-off-by: Tokesh --- tests/plugins/replication/autofollow.yaml | 2 -- tests/plugins/replication/stats.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/plugins/replication/autofollow.yaml b/tests/plugins/replication/autofollow.yaml index 30fa77d53..89eabce30 100644 --- a/tests/plugins/replication/autofollow.yaml +++ b/tests/plugins/replication/autofollow.yaml @@ -42,8 +42,6 @@ prologues: use_roles: leader_cluster_role: all_access follower_cluster_role: all_access - response: - status: 200 epilogues: - path: /_plugins/_replication/{index}/_stop method: POST diff --git a/tests/plugins/replication/stats.yaml b/tests/plugins/replication/stats.yaml index 0932911fa..6584200ed 100644 --- a/tests/plugins/replication/stats.yaml +++ b/tests/plugins/replication/stats.yaml @@ -42,8 +42,6 @@ prologues: use_roles: leader_cluster_role: all_access follower_cluster_role: all_access - response: - status: 200 epilogues: - path: /_plugins/_replication/{index}/_stop method: POST