mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix a test from a previous pull request.
This commit is contained in:
parent
58ad934283
commit
04555f525e
1 changed files with 1 additions and 1 deletions
|
@ -179,5 +179,5 @@ class TestPlaybook(unittest.TestCase):
|
|||
callbacks=test_callbacks,
|
||||
runner_callbacks=test_callbacks
|
||||
)
|
||||
play = ansible.playbook.Play(playbook, playbook.playbook[0])
|
||||
play = ansible.playbook.Play(playbook, playbook.playbook[0], os.getcwd())
|
||||
assert play.hosts == ';'.join(('host1', 'host2', 'host3'))
|
||||
|
|
Loading…
Reference in a new issue