mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Rename managed_by_tower to managed
This commit is contained in:
committed by
Shane McDonald
parent
6db4732bf3
commit
06b04007a0
@@ -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=False)
|
||||
return ExecutionEnvironment.objects.create(name="test-ee", description="test-ee", managed=False)
|
||||
|
||||
|
||||
@pytest.fixture(scope='session', autouse=True)
|
||||
|
||||
Reference in New Issue
Block a user