From a66d9e9da1b1d57b130341faeb45248869d89984 Mon Sep 17 00:00:00 2001 From: suetin Date: Wed, 20 Mar 2024 00:40:00 +0300 Subject: [PATCH] check regex test --- tests/features/maintenance.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features/maintenance.feature b/tests/features/maintenance.feature index 3f0b6059..5310ec86 100644 --- a/tests/features/maintenance.feature +++ b/tests/features/maintenance.feature @@ -69,7 +69,8 @@ Feature: maintenance mode Then SQL result should match regexp """ [{ - "MasterEnabled":"0", + "aaaa":"0", + "bbbb":"1", "SlaveEnabled":"1" }] """