We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316efc commit 89b75b5Copy full SHA for 89b75b5
_test_unstructured_client/unit/test_encryption.py
@@ -151,6 +151,5 @@ def test_encrypt_around_rsa_size_limit(rsa_key_pair, plaintext, secret_type):
151
152
secret_obj = client.users.encrypt_secret(public_key_pem, plaintext)
153
154
- # Should still use direct RSA encryption
155
assert secret_obj["type"] == secret_type
156
assert secret_obj["encrypted_value"] is not None
0 commit comments