mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-31 03:39:19 -04:00
move platform admin links platform admin page
removed "View providers" and "List all services" from the choose service page and the left-hand nav bar
This commit is contained in:
@@ -32,3 +32,5 @@ def test_should_render_platform_admin_page(app_, platform_admin_user, mocker):
|
||||
assert response.status_code == 200
|
||||
resp_data = response.get_data(as_text=True)
|
||||
assert 'Platform admin' in resp_data
|
||||
assert 'List all services' in resp_data
|
||||
assert 'View providers' in resp_data
|
||||
|
||||
Reference in New Issue
Block a user