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 d7de20b commit ad09789Copy full SHA for ad09789
tests/integration/targets/cics_cmci/playbooks/cmci_incorrect_port.yml
@@ -29,4 +29,4 @@
29
that:
30
- result.failed is false
31
- '{{ result.msg[:76] == "Error performing CMCI request: <urllib3.connection.HTTPSConnection object at" }}'
32
- - '{{ result.msg[-67:] == "Failed to establish a new connection: [Errno 61] Connection refused" }}'
+ - '{{ result.msg[-18:] == "Connection refused" }}'
0 commit comments