Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 5f18642

Browse files
committed
Close yhirose#1531
1 parent 88a9278 commit 5f18642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4616,7 +4616,7 @@ TEST(SSLClientTest, ServerNameIndication_Online) {
46164616
}
46174617

46184618
TEST(SSLClientTest, ServerCertificateVerification1_Online) {
4619-
SSLClient cli("google.com");
4619+
Client cli("https://google.com");
46204620
auto res = cli.Get("/");
46214621
ASSERT_TRUE(res);
46224622
ASSERT_EQ(301, res->status);

0 commit comments

Comments
 (0)