mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Extract user profile route into its own file
This commit is contained in:
@@ -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