mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Extract user profile route into its own file
This commit is contained in:
4
tests/app/main/views/test_user_profile.py
Normal file
4
tests/app/main/views/test_user_profile.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def test_should_show_overview_page(notifications_admin):
|
||||
response = notifications_admin.test_client().get('/user-profile')
|
||||
|
||||
assert response.status_code == 200
|
||||
Reference in New Issue
Block a user