Skip to content

Commit

Permalink
Remove unused oauth2 users
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Dec 7, 2023
1 parent dae6385 commit a3c0e44
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test_tools/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,20 @@ def oauth2_provider_mock():
'SERVER_NAME': f"{settings.LAYMAN_SERVER_NAME.split(':')[0]}:{OAUTH2_PROVIDER_MOCK_PORT}",
'SESSION_COOKIE_DOMAIN': f"{settings.LAYMAN_SERVER_NAME.split(':')[0]}:{OAUTH2_PROVIDER_MOCK_PORT}",
'OAUTH2_USERS': {
'test_gs_rules_user': None,
'test_gs_rules_other_user': None,
'testproxy': None,
'testproxy2': None,
'test_wfst_attr': None,
'testmissingattr_authz': None,
'testmissingattr_authz2': None,
'test_authorize_decorator_user': None,
'test_patch_gs_access_rights_user': None,
'test_public_workspace_variable_user': None,
'test_wms_ows_proxy_user': None,
'test_get_publication_info_user': None,
'test_get_publication_info_without_user': None,
'test_delete_publications_owner': None,
'test_delete_publications_deleter': None,
'test_get_publication_infos_user_owner': None,
'test_rest_soap_user': None,
'test_geoserver_remove_users_for_public_workspaces_user': None,
'test_check_user_wms' + settings.LAYMAN_GS_WMS_WORKSPACE_POSTFIX: None,
'test_get_publications_workspace2': None,
'test_dynamic_multi_ws1': None,
'test_dynamic_multi_ws2': None,
'test_dynamic_multi_ws3': None,
'test_owner': None,
'test_owner2': None,
'test_not_owner': None,
'dynamic_test_workspace_geoserver_proxy_user': None,
'dynamic_test_workspace_geoserver_proxy_user_2': None,
'dynamic_test_layer_patch_without_data_user': None,
'test_fix_issuer_id_user': None,
'layer_map_relation_user': None,
Expand All @@ -75,8 +61,6 @@ def oauth2_provider_mock():
'test_adjust_db_for_roles_ws': None,
'test_adjust_db_for_roles_ws2': None,
'test_access_rights_role_user1': None,
'test_role_application_user': None,
'test_role_application_role_user': None,
'test_access_rights_application_owner': None,
'test_access_rights_application_reader': None,
'test_access_rights_application_other_user': None,
Expand Down

0 comments on commit a3c0e44

Please sign in to comment.