Skip to content

Commit

Permalink
chore: add logs to test_acl_cat_commands_multi_exec_squash (#3826)
Browse files Browse the repository at this point in the history
* add logs to test

Signed-off-by: kostas <kostas@dragonflydb.io>
  • Loading branch information
kostasrim authored Sep 30, 2024
1 parent 8204316 commit ec353e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dragonfly/acl_family_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ec353e1

Please sign in to comment.