mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 00:20:43 -04:00
5 lines
167 B
Python
5 lines
167 B
Python
|
|
def test_should_show_overview_page(notifications_admin):
|
||
|
|
response = notifications_admin.test_client().get('/user-profile')
|
||
|
|
|
||
|
|
assert response.status_code == 200
|