1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adi_holden 2024-12-12 14:40:59 +02:00
parent 75f272d791
commit 51bcdcd023

View file

@ -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"