Skip to content

Commit 738ebbc

Browse files
authored
Merge pull request #311 from wazuh/enhancement/28410-change-expected-message
Change expected message for remoted
2 parents 9592862 + 43d0330 commit 738ebbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/wazuh_testing/modules/remoted/patterns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
WARNING_SYSLOG_TCP_UDP = r".*WARNING:.*Only secure connection supports TCP and UDP at the same time. " \
1919
r"Default value \(TCP\) will be used.*"
2020

21-
ERROR_BIND_PORT = r".*CRITICAL: \(\d+\): Unable to Bind port '1514' due to \[\(\d+\)\-\(Cannot assign requested address\)\]"
21+
ERROR_BIND_PORT = r".*CRITICAL: \(\d+\): Unable to Bind port '1514' due to \[\(\d+\)\-\(Transport endpoint is not connected\)\]"
2222

2323
ERROR_QUEUE_SIZE_SYSLOG = r".*ERROR: Invalid option \<queue_size\> for Syslog remote connection."
2424

0 commit comments

Comments
 (0)