Skip to content

Commit

Permalink
chore: logs on assert fail for test_acl_cat_commands_multi_exec_squash (
Browse files Browse the repository at this point in the history
#3749)

* print result if assertion fails

Signed-off-by: kostas <[email protected]>
  • Loading branch information
kostasrim authored Sep 23, 2024
1 parent 29b18f0 commit 15fce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/acl_family_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +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.
assert res[0].args[0] == "kk ACL rules changed between the MULTI and EXEC"
assert res[0].args[0] == "kk ACL rules changed between the MULTI and EXEC", res

await admin_client.close()
await client.close()
Expand Down

0 comments on commit 15fce9d

Please sign in to comment.