mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
109526520: render verify template with VerifyForm
This commit is contained in:
7
tests/app/main/views/test_verify.py
Normal file
7
tests/app/main/views/test_verify.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
def test_should_return_verify_template(notifications_admin, notifications_admin_db):
|
||||
response = notifications_admin.test_client().get('/verify')
|
||||
|
||||
assert response.status_code == 200
|
||||
assert 'Activate your account' in response.get_data(as_text=True)
|
||||
Reference in New Issue
Block a user