mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
5 lines
132 B
Python
5 lines
132 B
Python
def test_styleguide_can_render(app_):
|
|
response = app_.test_client().get('/_styleguide')
|
|
|
|
assert response.status_code == 200
|