clang
This commit is contained in:
parent
23ebba0f7b
commit
da10e8d6b0
@ -28,7 +28,9 @@ TEST_F(KeyVaultKeyClient, GetSingleKey)
|
||||
EXPECT_EQ(key.GetKeyType(), KeyVaultKeyType::Ec);
|
||||
}
|
||||
|
||||
TEST_F(KeyVaultKeyClient, GetPropertiesOfKeysAllPages_LIVEONLY_) // truncated json in the recording body
|
||||
TEST_F(
|
||||
KeyVaultKeyClient,
|
||||
GetPropertiesOfKeysAllPages_LIVEONLY_) // truncated json in the recording body
|
||||
{
|
||||
auto const keyName = GetTestName();
|
||||
auto const& client = GetClientForTest(keyName);
|
||||
|
||||
@ -184,13 +184,13 @@ TEST_F(KeyVaultSecretClientTest, BackupRestore)
|
||||
{
|
||||
auto purgedResponse = client.PurgeDeletedSecret(secretName);
|
||||
CheckValidResponse(purgedResponse, Azure::Core::Http::HttpStatusCode::NoContent);
|
||||
//TestSleep(4min);
|
||||
// TestSleep(4min);
|
||||
}
|
||||
{
|
||||
auto restore = client.RestoreSecretBackup(backupData);
|
||||
CheckValidResponse(restore);
|
||||
auto restored = restore.Value;
|
||||
EXPECT_TRUE(restored.Id.length()>0);
|
||||
EXPECT_TRUE(restored.Id.length() > 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user