Files
notifications-admin/tests/app/main/views/test_user_profile.py
2016-01-12 15:30:18 +00:00

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