From 5f186422718ca57a1176d0a3e68f4c2b957c8582 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 20 Mar 2023 11:45:21 -0400 Subject: [PATCH] Close #1531 --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cc b/test/test.cc index ce921c1..23aa207 100644 --- a/test/test.cc +++ b/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);