Remove unused mock csp routes, templates, and images. Remove unused JEDIhierarchy image
This commit is contained in:
@@ -15,7 +15,7 @@ def test_environment_access_with_env_role(client, user_session):
|
||||
url_for("applications.access_environment", environment_id=environment.id)
|
||||
)
|
||||
assert response.status_code == 302
|
||||
assert "csp-environment-access" in response.location
|
||||
assert "portal.azure.com" in response.location
|
||||
|
||||
|
||||
def test_environment_access_with_no_role(client, user_session):
|
||||
|
@@ -19,9 +19,7 @@ from atst.app import make_config, make_app
|
||||
_NO_ACCESS_CHECK_REQUIRED = _NO_LOGIN_REQUIRED + [
|
||||
"applications.accept_invitation", # available to all users; access control is built into invitation logic
|
||||
"atst.catch_all", # available to all users
|
||||
"atst.csp_environment_access", # internal redirect
|
||||
"atst.home", # available to all users
|
||||
"atst.jedi_csp_calculator", # internal redirect
|
||||
"dev.messages", # dev tool
|
||||
"dev.test_email", # dev tool
|
||||
"portfolios.accept_invitation", # available to all users; access control is built into invitation logic
|
||||
|
Reference in New Issue
Block a user