🐛(linting) fix linting errors arising from Ruff update

This update affects assertion messages in particular.
This commit is contained in:
Laurent Bossavit
2025-01-20 13:58:02 +01:00
committed by Laurent Bossavit
parent 3f990e93b7
commit 914554e45c
3 changed files with 10 additions and 13 deletions

View File

@@ -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 (