Skip to content

chore: restore static test branch key id #1790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module DynamoDbEncryptionBranchKeyIdSupplierTest {
const logicalKeyStoreName := branchKeyStoreName

// These tests require a keystore populated with a key with this Id
const BRANCH_KEY_ID := "75789115-1deb-4fe3-a2ec-be9e885d1945"
const BRANCH_KEY_ID := "3f43a9af-08c5-4317-b694-3d3e883dcaef"
const BRANCH_KEY_ID_UTF8 := UTF8.EncodeAscii(BRANCH_KEY_ID)
const ALTERNATE_BRANCH_KEY_ID := "4bb57643-07c1-419e-92ad-0df0df149d7c"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class TestUtils {
public static final String TEST_KEY_STORE_KMS_KEY =
"arn:aws:kms:us-west-2:370957321024:key/9d989aa2-2f9c-438c-a745-cc57d3ad0126";
public static final String BRANCH_KEY_ID =
"75789115-1deb-4fe3-a2ec-be9e885d1945";
"3f43a9af-08c5-4317-b694-3d3e883dcaef";
public static final String ALTERNATE_BRANCH_KEY_ID =
"4bb57643-07c1-419e-92ad-0df0df149d7c";

Expand Down
Loading