Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: uncomment the prepareKmsKeys
  • Loading branch information
athakor committed May 18, 2020
commit dd3a27686caaff7d6c2d26ff8596877122be903b
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public static void beforeClass() throws IOException {
.build());

// Prepare KMS KeyRing for CMEK tests
// prepareKmsKeys();
prepareKmsKeys();
}

@Before
Expand Down