🐛(linting) fix linting errors arising from Ruff update
This update affects assertion messages in particular.
This commit is contained in:
committed by
Laurent Bossavit
parent
3f990e93b7
commit
914554e45c
@@ -119,10 +119,7 @@ def test_commands_setup_dimail_db(settings):
|
||||
|
||||
assert (
|
||||
f"{DIMAIL_URL}/users/",
|
||||
(
|
||||
b'{"name": "sub.toto.123", "password": "no", "is_admin": false, '
|
||||
b'"perms": []}'
|
||||
),
|
||||
(b'{"name": "sub.toto.123", "password": "no", "is_admin": false, "perms": []}'),
|
||||
) in dimail_calls
|
||||
|
||||
assert (
|
||||
|
||||
Reference in New Issue
Block a user