mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
make sure tests all populate the platform admin field
it's always returned by the API
This commit is contained in:
@@ -77,6 +77,7 @@ class HeaderNavigation(Navigation):
|
||||
'user_profile_mobile_number_confirm',
|
||||
'user_profile_name',
|
||||
'user_profile_password',
|
||||
'user_profile_disable_platform_admin_view',
|
||||
},
|
||||
'platform-admin': {
|
||||
'add_organisation',
|
||||
@@ -571,6 +572,7 @@ class MainNavigation(Navigation):
|
||||
'user_profile_mobile_number_confirm',
|
||||
'user_profile_name',
|
||||
'user_profile_password',
|
||||
'user_profile_disable_platform_admin_view',
|
||||
'using_notify',
|
||||
'verify',
|
||||
'verify_email',
|
||||
@@ -838,6 +840,7 @@ class CaseworkNavigation(Navigation):
|
||||
'user_profile_mobile_number_confirm',
|
||||
'user_profile_name',
|
||||
'user_profile_password',
|
||||
'user_profile_disable_platform_admin_view',
|
||||
'using_notify',
|
||||
'verify',
|
||||
'verify_email',
|
||||
@@ -1106,6 +1109,7 @@ class OrgNavigation(Navigation):
|
||||
'user_profile_mobile_number_confirm',
|
||||
'user_profile_name',
|
||||
'user_profile_password',
|
||||
'user_profile_disable_platform_admin_view',
|
||||
'using_notify',
|
||||
'verify',
|
||||
'verify_email',
|
||||
|
||||
Reference in New Issue
Block a user