mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Remove ‘all services’ page
It’s not needed any more, because the platform admin page does the same thing better.
This commit is contained in:
@@ -338,7 +338,6 @@ def test_menu_send_messages(mocker,
|
||||
|
||||
assert url_for('main.service_settings', service_id=service_one['id']) not in page
|
||||
assert url_for('main.api_keys', service_id=service_one['id']) not in page
|
||||
assert url_for('main.show_all_services') not in page
|
||||
assert url_for('main.view_providers') not in page
|
||||
|
||||
|
||||
@@ -371,7 +370,6 @@ def test_menu_manage_service(mocker,
|
||||
assert url_for('main.service_settings', service_id=service_one['id']) in page
|
||||
|
||||
assert url_for('main.api_keys', service_id=service_one['id']) not in page
|
||||
assert url_for('main.show_all_services') not in page
|
||||
|
||||
|
||||
def test_menu_manage_api_keys(mocker,
|
||||
@@ -401,7 +399,6 @@ def test_menu_manage_api_keys(mocker,
|
||||
template_type='sms') in page
|
||||
assert url_for('main.manage_users', service_id=service_one['id']) in page
|
||||
assert url_for('main.service_settings', service_id=service_one['id']) not in page
|
||||
assert url_for('main.show_all_services') not in page
|
||||
|
||||
assert url_for('main.api_integration', service_id=service_one['id']) in page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user