Skip to content

Commit 89b75b5

Browse files
committed
Remove a comment
1 parent a316efc commit 89b75b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_test_unstructured_client/unit/test_encryption.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,5 @@ def test_encrypt_around_rsa_size_limit(rsa_key_pair, plaintext, secret_type):
151151

152152
secret_obj = client.users.encrypt_secret(public_key_pem, plaintext)
153153

154-
# Should still use direct RSA encryption
155154
assert secret_obj["type"] == secret_type
156155
assert secret_obj["encrypted_value"] is not None

0 commit comments

Comments
 (0)