Skip to content

Commit a5a756e

Browse files
committed
Updating websocket outside authentication test for handling timeouts.
1 parent ce2baff commit a5a756e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/functional/websockets/client/authentication_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ bool is_timeout(const std::string &msg)
9191
{
9292
if (msg.find("set_fail_handler") != std::string::npos)
9393
{
94-
if (msg.find("TLS handshake timed out") != std::string::npos || msg.find("Timer Expired") != std::string::npos)
94+
if (msg.find("handshake timed out") != std::string::npos || msg.find("Timer Expired") != std::string::npos)
9595
{
9696
return true;
9797
}

0 commit comments

Comments
 (0)