We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9658fd commit 05a0786Copy full SHA for 05a0786
tests/integration/targets/cics_cmci/playbooks/cmci_incorrect_host.yml
@@ -23,5 +23,5 @@
23
ansible.builtin.assert:
24
that:
25
- result.failed is false
26
- - '{{ result.msg[:51] == "Error performing CMCI request: <urllib3.connection." }}'
27
- - '{{ result.msg[-25:] == "Name or service not known" }}'
+ - '{{ "Error performing CMCI request: <urllib3.connection." in result.msg }}'
+ - '{{ "Name or service not known" in result.msg }}'
0 commit comments