From aaac7d709304da25d6d671b64177218e34b75491 Mon Sep 17 00:00:00 2001 From: Tokesh Date: Sun, 10 Nov 2024 04:06:06 +0500 Subject: [PATCH] status code fixing Signed-off-by: Tokesh --- tests/replication/replica.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/replication/replica.yaml b/tests/replication/replica.yaml index 8e474e6b5..c86d45d3e 100644 --- a/tests/replication/replica.yaml +++ b/tests/replication/replica.yaml @@ -78,7 +78,7 @@ chapters: backend_roles: ["admin", "leader-role", "follower"] users: ["admin", "leader-role", "follower"] response: - status: 200 + status: [200, 201] - synopsis: Establish connection. path: /_cluster/settings method: PUT