mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 03:44:38 -05:00
Add tests to make sure static pages render
This will catch if we accidentally break them by adding a `url_for` that references a non-existant endpoint or something like that.
This commit is contained in:
@@ -78,7 +78,9 @@ def test_robots(client):
|
||||
|
||||
@pytest.mark.parametrize('view', [
|
||||
'cookies', 'privacy', 'pricing', 'terms', 'roadmap',
|
||||
'features', 'callbacks', 'documentation', 'security'
|
||||
'features', 'callbacks', 'documentation', 'security',
|
||||
'message_status', 'features_email', 'features_sms',
|
||||
'features_letters',
|
||||
])
|
||||
def test_static_pages(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user