KV live tests failing (#5571)

cert name update
This commit is contained in:
George Arama 2024-04-30 10:17:05 -07:00 committed by GitHub
parent ac685055e6
commit 6062e0855d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,8 @@ TEST_F(KeyVaultCertificateClientTest, GetCertificate)
TEST_F(KeyVaultCertificateClientTest, GetCertificateVersion_LIVEONLY_)
{
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
auto testName = GetTestName();
std::string const certificateName(testName);
auto const& client = GetClientForTest(testName);
@ -795,7 +796,7 @@ TEST_F(KeyVaultCertificateClientTest, DownloadImportPem_LIVEONLY_)
TEST_F(KeyVaultCertificateClientTest, UpdateCertificate_LIVEONLY_) // version is sanitized away
{
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
auto testName = GetTestName();
std::string const certificateName(testName);
auto const& client = GetClientForTest(testName);