mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 07:13:11 -04:00
5 lines
162 B
Python
5 lines
162 B
Python
|
|
def test_styleguide_can_render(notifications_admin):
|
||
|
|
response = notifications_admin.test_client().get('/_styleguide')
|
||
|
|
|
||
|
|
assert response.status_code == 200
|