We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19e1a commit 8039f62Copy full SHA for 8039f62
examples/test/keyrings/test_i_hierarchical_keyring.py
@@ -9,7 +9,6 @@
9
10
11
def test_encrypt_and_decrypt_with_keyring():
12
- """Test function for encrypt and decrypt using the AWS KMS Hierarchical Keyring example."""
13
key_store_table_name = "KeyStoreDdbTable"
14
key_arn = "arn:aws:kms:us-west-2:370957321024:key/9d989aa2-2f9c-438c-a745-cc57d3ad0126"
15
encrypt_and_decrypt_with_keyring(key_store_table_name, key_store_table_name, key_arn)
0 commit comments