enable download live only tests (#5586)

This commit is contained in:
George Arama 2024-04-30 13:58:00 -07:00 committed by GitHub
parent 73e70ea7bd
commit 3c7972b1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/keyvault",
"Tag": "cpp/keyvault_9c4851577d"
"Tag": "cpp/keyvault_b43656c9a5"
}

View File

@ -724,7 +724,7 @@ TEST_F(KeyVaultCertificateClientTest, GetDeletedCertificates)
}
}
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs_LIVEONLY_)
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs)
{
auto testName = GetTestName();
std::string const pkcs(testName);
@ -756,7 +756,7 @@ TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs_LIVEONLY_)
}
}
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem_LIVEONLY_)
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem)
{
auto testName = GetTestName();
std::string const pem(testName);