mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-15 12:22:16 +00:00
* Improve unit test condition.
* Improve/fix tests.
(cherry picked from commit fdb97428a3)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
that:
|
||||
- result is changed
|
||||
- result.rc == 0
|
||||
- result.stdout == very_long_string ~ '\n' ~ very_long_string2
|
||||
- result.stdout == (very_long_string ~ '\n' ~ very_long_string2)
|
||||
- result.stdout_lines == [very_long_string, very_long_string2]
|
||||
- result.stderr == ''
|
||||
- result.stderr_lines == []
|
||||
|
||||
Reference in New Issue
Block a user