1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-18 18:01:31 +00:00

[PR #11720/982f9472 backport][stable-12] test(integration): fix for ansible-core devel changes in register (#11724)

test(integration): fix for ansible-core devel changes in register (#11720)

(cherry picked from commit 982f9472c5)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-04-03 07:35:02 +02:00 committed by GitHub
parent 3bca7e1ad4
commit cac85a5480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,9 +110,9 @@ cmd_echo_tests:
check_mode: true
expect_error: true # because if result contains rc != 0, ansible assumes error
assertions:
- test_result.rc == None
- test_result.out == None
- test_result.err == None
- test_result.rc | default(None) == None
- test_result.out | default(None) == None
- test_result.err | default(None) == None
- name: set aa and tt value
arg_formats: