Files
notifications-admin/tests/app/main/views/test_user_profile.py

5 lines
167 B
Python
Raw Normal View History

def test_should_show_overview_page(notifications_admin):
response = notifications_admin.test_client().get('/user-profile')
assert response.status_code == 200