Skip to content

Commit e1e15bc

Browse files
author
Shubham Chaturvedi
committed
submodules
1 parent 47ff68c commit e1e15bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/test/DynamoDbEncryptionBranchKeyIdSupplierTest.dfy

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)