Skip to content

Commit

Permalink
Merge pull request microsoft#6 from srnagar/keyvault-upgrade
Browse files Browse the repository at this point in the history
Fix unit test
  • Loading branch information
JonathanGiles authored Aug 13, 2020
2 parents fba2a23 + f006a63 commit b2db031
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,8 @@ public static void testVerifyCMKNoEnclave() {
try {
SQLServerColumnEncryptionAzureKeyVaultProvider aksp = new SQLServerColumnEncryptionAzureKeyVaultProvider(
"","", "");
assertFalse(aksp.verifyColumnMasterKeyMetadata(null, false, null));
} catch (SQLServerException e) {
fail(TestResource.getResource("R_unexpectedException") + e.getMessage());
assertEquals(e.getMessage(), "Client ID cannot be null.");
}
}

Expand Down

0 comments on commit b2db031

Please sign in to comment.