Skip to content

Commit fd21367

Browse files
committed
migration
1 parent 2205a2f commit fd21367

File tree

1 file changed

+2
-2
lines changed
  • Examples/runtimes/python/Migration/test/ddbec_to_awsdbe

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""Test constants."""
22

33
# This is a public KMS Key that MUST only be used for testing, and MUST NOT be used for any production data
4-
# TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f"
4+
TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f"
55
# Personal Testing Resource
6-
TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:452750982249:key/773d55bf-c816-48a2-96cd-b386f7980d08"
6+
# TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:452750982249:key/773d55bf-c816-48a2-96cd-b386f7980d08"
77

88
# Our tests require access to DDB Table with this name
99
TEST_DDB_TABLE_NAME = "DynamoDbEncryptionInterceptorTestTable"

0 commit comments

Comments
 (0)