Fixed integration tests.

They didn't get updated after changing playbook completed to status.

Change-Id: I09b6b98b48ea5f2ea68582b8272f0e2632961fa1
This commit is contained in:
Florian Apolloner 2018-10-19 12:47:57 +02:00
parent da5af07d3d
commit 7c01333156
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def validate_playbook(playbook):
assert len(playbook['arguments']) == 40
assert 'hacking/test-playbook.yml' in playbook['file']['path']
assert len(playbook['files']) == 9
assert playbook['completed']
assert playbook['status'] == 'completed'
def validate_play(play):