Update CloudProviderInterface for provision job consumption

This commit is contained in:
tomdds
2019-08-29 14:06:18 -04:00
parent b7f8152cc1
commit 1fe9399f99
7 changed files with 114 additions and 81 deletions

View File

@@ -15,13 +15,6 @@ from tests.factories import (
)
def test_create_environments():
application = ApplicationFactory.create()
environments = Environments.create_many(application, ["Staging", "Production"])
for env in environments:
assert env.cloud_id is not None
def test_update_env_role():
env_role = EnvironmentRoleFactory.create(role=CSPRole.BASIC_ACCESS.value)
new_role = CSPRole.TECHNICAL_READ.value