Remove unused mock csp routes, templates, and images. Remove unused JEDIhierarchy image

This commit is contained in:
leigh-mil
2020-01-29 11:25:16 -05:00
parent 001d6cbeda
commit 0a7541ef99
8 changed files with 4 additions and 86 deletions

View File

@@ -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):