Skip to content

Commit ad09789

Browse files
Fix test assertion for Linux
Signed-off-by: Stew Francis <[email protected]>
1 parent d7de20b commit ad09789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/targets/cics_cmci/playbooks/cmci_incorrect_port.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
that:
3030
- result.failed is false
3131
- '{{ 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" }}'
32+
- '{{ result.msg[-18:] == "Connection refused" }}'

0 commit comments

Comments
 (0)