yhirose hace 1 mes
padre
commit
1f1a799d13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.cc

+ 1 - 1
test/test.cc

@@ -8902,7 +8902,7 @@ TEST(HostAndPortPropertiesTest, SSL) {
   ASSERT_EQ(443, cli.port());
 }
 
-TEST(SSLClientTest, UpdateCAStoreWithPem) {
+TEST(SSLClientTest, UpdateCAStoreWithPem_Online) {
   // Test updating CA store multiple times using PEM-based load_ca_cert_store
   std::string cert;
   read_file(CA_CERT_FILE, cert);