Update tests to use ee fixture

This commit is contained in:
Shane McDonald
2021-03-29 14:45:21 -04:00
parent f80c2cbfc3
commit a5b29201a4
3 changed files with 10 additions and 7 deletions

View File

@@ -829,5 +829,5 @@ def slice_job_factory(slice_jt_factory):
@pytest.fixture
def execution_environment(organization):
return ExecutionEnvironment.objects.create(name="test-ee", description="test-ee", organization=organization)
def execution_environment():
return ExecutionEnvironment.objects.create(name="test-ee", description="test-ee", managed_by_tower=True)