Son NK hace 5 años
padre
commit
89f200fbc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
         },
     )