From 51bcdcd0232475b885875d3eaf86cbca9392de66 Mon Sep 17 00:00:00 2001 From: adi_holden Date: Thu, 12 Dec 2024 14:40:59 +0200 Subject: [PATCH] fix test Signed-off-by: adi_holden --- tests/dragonfly/acl_family_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dragonfly/acl_family_test.py b/tests/dragonfly/acl_family_test.py index d04f6f9e3956..d41858cd8505 100644 --- a/tests/dragonfly/acl_family_test.py +++ b/tests/dragonfly/acl_family_test.py @@ -616,7 +616,7 @@ async def test_auth_resp3_bug(df_factory): await client.execute_command("ACL SETUSER kostas +@all ON >tmp") res = await client.execute_command("HELLO 3 AUTH kostas tmp") assert res["server"] == "redis" - assert res["version"] == "6.2.11" + assert res["version"] == "7.2.0" assert res["proto"] == 3 assert res["mode"] == "standalone" assert res["role"] == "master"