yhirose 2 năm trước cách đây
mục cha
commit
5f18642271
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/test.cc

+ 1 - 1
test/test.cc

@@ -4616,7 +4616,7 @@ TEST(SSLClientTest, ServerNameIndication_Online) {
 }
 
 TEST(SSLClientTest, ServerCertificateVerification1_Online) {
-  SSLClient cli("google.com");
+  Client cli("https://google.com");
   auto res = cli.Get("/");
   ASSERT_TRUE(res);
   ASSERT_EQ(301, res->status);