make sure tests all populate the platform admin field

it's always returned by the API
This commit is contained in:
Leo Hemsted
2019-06-14 15:14:00 +01:00
parent c724f84c23
commit d752a6335f
2 changed files with 10 additions and 1 deletions

View File

@@ -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',