chore: add logs to test_acl_cat_commands_multi_exec_squash (#3826)

* add logs to test

Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
Kostas Kyrimis 2024-09-30 15:03:40 +03:00 committed by GitHub
parent 820431605e
commit ec353e1522
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,6 +195,7 @@ async def test_acl_cat_commands_multi_exec_squash(df_factory):
# return multiple errors for each command failed. Since the nature of the error
# is the same, that a rule has changed we should squash those error messages into
# one.
logging.debug(f"Result is: {res}")
assert res[0].args[0] == "kk ACL rules changed between the MULTI and EXEC", res
await admin_client.close()