mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix unit test
This commit is contained in:
parent
6d69087db8
commit
9f8b9b8d7f
@ -1757,7 +1757,7 @@ class TestInventoryUpdateCredentials(TestJobExecution):
|
||||
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):
|
||||
args, cwd, env, stdout = args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user