Skip to content

Commit

Permalink
Adjust tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 14, 2024
1 parent 7b249a4 commit bbb6d5d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@

- when: outputs_1 is not failed
block:
- name: cleanup (should not be changed)
- name: cleanup (should be changed)
docker_image_remove:
name: "{{ iname }}"
register: outputs_1_cleanup
Expand All @@ -289,8 +289,8 @@
- assert:
that:
- outputs_1 is changed
- outputs_1.image | length == 0
- outputs_1_cleanup is not changed
- outputs_1.image | length > 0
- outputs_1_cleanup is changed
- outputs_1_stat.stat.exists

- when: outputs_1 is failed
Expand Down

0 comments on commit bbb6d5d

Please sign in to comment.