aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_create_app.py')
-rw-r--r--tests/test_create_app.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test_create_app.py b/tests/test_create_app.py
index 08538ce..8a7ea62 100644
--- a/tests/test_create_app.py
+++ b/tests/test_create_app.py
@@ -66,4 +66,9 @@ def test_app_account_create():
66 ) 66 )
67 test_token = test_app_api.create_account("coolguy" + suffix, "swordfish", "email@localhost" + suffix, agreement=True) 67 test_token = test_app_api.create_account("coolguy" + suffix, "swordfish", "email@localhost" + suffix, agreement=True)
68 assert test_token 68 assert test_token
69 69
70 # We can also test resending (marginally)
71 test_app_api.email_resend_confirmation()
72
73
74
Powered by cgit v1.2.3 (git 2.41.0)