diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index e2a7a6b58..7be8afc28 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -1399,7 +1399,7 @@ def test_menu_manage_api_keys( mocker, api_user_active, service_one, - ["view_activity", "manage_api_keys"], + ["view_activity"], ) page = str(page) @@ -1411,9 +1411,6 @@ def test_menu_manage_api_keys( ) in page ) - # assert url_for("main.manage_users", service_id=service_one["id"]) not in page - # assert url_for("main.service_settings", service_id=service_one["id"]) not in page - assert url_for("main.api_integration", service_id=service_one["id"]) in page def test_menu_all_services_for_platform_admin_user(