Skip to content

Commit f780f82

Browse files
committed
fix branch key id used in ci
1 parent a7f2793 commit f780f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/kms-keyring-node/test/fixtures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import {
1010

1111
export const DDB_TABLE_NAME = 'KeyStoreDdbTable'
1212
export const LOGICAL_KEYSTORE_NAME = DDB_TABLE_NAME
13-
export const BRANCH_KEY_ID = '75789115-1deb-4fe3-a2ec-be9e885d1945'
14-
export const BRANCH_KEY_ACTIVE_VERSION = 'fed7ad33-0774-4f97-aa5e-6c766fc8af9f'
13+
export const BRANCH_KEY_ID = '3f43a9af-08c5-4317-b694-3d3e883dcaef'
14+
export const BRANCH_KEY_ACTIVE_VERSION = 'a4905627-4b7f-4272-a847-f50dae245737'
1515
export const BRANCH_KEY_ID_WITH_EC = '4bb57643-07c1-419e-92ad-0df0df149d7c'
1616

1717
export const KEY_ARN =

0 commit comments

Comments
 (0)