mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
fix test
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
75f272d791
commit
51bcdcd023
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue