From f2282790cc7e980bba96cdadde2ab8b6af3e6095 Mon Sep 17 00:00:00 2001 From: halcy Date: Sat, 19 Nov 2022 01:11:02 +0200 Subject: Add email resend api --- tests/test_create_app.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/test_create_app.py') 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(): ) test_token = test_app_api.create_account("coolguy" + suffix, "swordfish", "email@localhost" + suffix, agreement=True) assert test_token - + + # We can also test resending (marginally) + test_app_api.email_resend_confirmation() + + + -- cgit v1.2.3