Skip to content

Commit 959c883

Browse files
authored
restore the code
1 parent f746ad4 commit 959c883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7401,7 +7401,7 @@ TEST(SNI_AutoDetectionTest, SNI_Logic) {
74017401
}
74027402

74037403
{
7404-
SSLClient cli("[::1]", PORT);
7404+
SSLClient cli("::1", PORT);
74057405
cli.enable_server_certificate_verification(false);
74067406
auto res = cli.Get("/sni?expected=");
74077407
ASSERT_TRUE(res);
@@ -10285,7 +10285,7 @@ TEST(UniversalClientImplTest, Ipv6LiteralAddress) {
1028510285
EXPECT_EQ(cli.port(), port);
1028610286
}
1028710287

10288-
TEST(UniversalClientImplHostTest, Ipv6LiteralAddressHost) {
10288+
TEST(UniversalClientImplTest, Ipv6LiteralAddressHost) {
1028910289
std::string host = "[::1]";
1029010290
std::string ipV6TestURL = "http://" + host;
1029110291

0 commit comments

Comments
 (0)