Fix tests

This commit is contained in:
Shane McDonald
2021-06-09 12:41:34 -04:00
committed by Jeff Bradberry
parent 373cd9c20b
commit f882ac420d
7 changed files with 17 additions and 21 deletions

View File

@@ -265,7 +265,7 @@ def silence_warning():
@pytest.fixture
def execution_environment():
return ExecutionEnvironment.objects.create(name="test-ee", description="test-ee", managed_by_tower=True)
return ExecutionEnvironment.objects.create(name="test-ee", description="test-ee", managed_by_tower=False)
@pytest.fixture(scope='session', autouse=True)