yhirose %!s(int64=2) %!d(string=hai) anos
pai
achega
5f18642271
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);