Skip to content

Commit c67e3c9

Browse files
authored
chore: restore static test branch key id (#1790)
1 parent 42be20b commit c67e3c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbEncryptionBranchKeyIdSupplierTest.dfy

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module DynamoDbEncryptionBranchKeyIdSupplierTest {
2626
const logicalKeyStoreName := branchKeyStoreName
2727

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

DynamoDbEncryption/runtimes/java/src/test/java/software/amazon/cryptography/dbencryptionsdk/dynamodb/TestUtils.java

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

0 commit comments

Comments
 (0)