Son NK 5 years ago
parent
commit
89f200fbc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/api/test_new_custom_alias.py

+ 1 - 1
tests/api/test_new_custom_alias.py

@@ -211,7 +211,7 @@ def test_success_v3(flask_client):
             "signed_suffix": suffix,
             "note": "test note",
             "mailbox_ids": [user.default_mailbox_id, mb.id],
-            "name": "your name"
+            "name": "your name",
         },
     )