Skip to content

Commit c252ac1

Browse files
author
Ognjen Sobajic
committed
Fixing the handshake_test - putting the non-ssl uri to the server
1 parent 1501266 commit c252ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/http/client/connections_and_errors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ TEST_FIXTURE(uri_address, handshake_fail, "Ignore:Linux", "TFS#747982")
150150
{
151151
web::http::uri ssl_uri(U("https://localhost:34568/"));
152152

153-
test_http_server::scoped_server scoped(ssl_uri);
153+
test_http_server::scoped_server scoped(m_uri);
154154

155155
http_client client(ssl_uri);
156156
auto request = client.request(methods::GET);

0 commit comments

Comments
 (0)