Skip to content

Commit 16c1619

Browse files
committed
fix client_get_streaming_test
1 parent 89cd805 commit 16c1619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/network/test/http/client_get_streaming_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct body_handler {
2626
TYPED_TEST_CASE(HTTPClientTest, ClientTypes);
2727

2828
TYPED_TEST(HTTPClientTest, GetStreamingTest) {
29-
typename TypeParam::request request("http://www.boost.org");
29+
typename TypeParam::request request("https://www.boost.org");
3030
typename TypeParam::response response;
3131
typename TypeParam::string_type body_string;
3232
typename TypeParam::string_type dummy_body;

0 commit comments

Comments
 (0)