We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8222cea commit 6b88b54Copy full SHA for 6b88b54
examples/test/keyrings/test_i_raw_rsa_keyring_example.py
@@ -1,6 +1,6 @@
1
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
-"""Test suite for the Raw AES keyring example."""
+"""Test suite for the Raw RSA keyring example."""
4
import pytest
5
6
from ...src.keyrings.raw_rsa_keyring_example import encrypt_and_decrypt_with_keyring
@@ -9,5 +9,5 @@
9
10
11
def test_encrypt_and_decrypt_with_keyring():
12
- """Test function for encrypt and decrypt using the Raw AES Keyring example."""
+ """Test function for encrypt and decrypt using the Raw RSA Keyring example."""
13
encrypt_and_decrypt_with_keyring()
0 commit comments