From ea75432f1241543839d9fbe59bb67e1ccdd2e886 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 7 Jan 2019 11:28:53 -0800 Subject: [PATCH] update test remote ws url --- test/IXWebSocketTestConnectionDisconnection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/IXWebSocketTestConnectionDisconnection.cpp b/test/IXWebSocketTestConnectionDisconnection.cpp index 98005617..7bd5e09f 100644 --- a/test/IXWebSocketTestConnectionDisconnection.cpp +++ b/test/IXWebSocketTestConnectionDisconnection.cpp @@ -16,8 +16,7 @@ using namespace ix; namespace { - // const std::string WEBSOCKET_DOT_ORG_URL("wss://echo.websocket.org"); - const std::string WEBSOCKET_DOT_ORG_URL("wss://api.cobra.mobilewar-online.com/v2?appkey=ADdc208AB26B911F4cB05bFeedD8EbBA"); + const std::string WEBSOCKET_DOT_ORG_URL("wss://echo.websocket.org"); const std::string GOOGLE_URL("wss://google.com"); const std::string UNKNOWN_URL("wss://asdcasdcaasdcasdcasdcasdcasdcasdcasassdd.com");