mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 02:15:45 +02:00
chore: logs on assert fail for test_acl_cat_commands_multi_exec_squash (#3749)
* print result if assertion fails Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
29b18f0dcb
commit
15fce9df2d
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue