Skip to content

Commit 33e9489

Browse files
committed
Updated test.cc
1 parent 73e0729 commit 33e9489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,6 +3880,7 @@ TEST(SSLClientTest, WildcardHostNameMatch) {
38803880

38813881
cli.set_ca_cert_path(CA_CERT_FILE);
38823882
cli.enable_server_certificate_verification(true);
3883+
cli.set_follow_location(true);
38833884

38843885
auto res = cli.Get("/");
38853886
ASSERT_TRUE(res);

0 commit comments

Comments
 (0)