mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Update tests to use ee fixture
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user