mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
Fix unit test
This commit is contained in:
@@ -1757,7 +1757,7 @@ class TestInventoryUpdateCredentials(TestJobExecution):
|
|||||||
self.instance.credential, 'password'
|
self.instance.credential, 'password'
|
||||||
)
|
)
|
||||||
|
|
||||||
self.instance.source_vars_dict['prefer_ipv4'] = True
|
self.instance.source_vars['prefer_ipv4'] = True
|
||||||
|
|
||||||
def run_pexpect_side_effect(*args, **kwargs):
|
def run_pexpect_side_effect(*args, **kwargs):
|
||||||
args, cwd, env, stdout = args
|
args, cwd, env, stdout = args
|
||||||
|
|||||||
Reference in New Issue
Block a user