Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 19, 2024
1 parent a710a5e commit 6d42f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_rsa_load_error(self):
RSA.new_public_key_from_pem_data(RSA_PRIVATE_KEY_PEM)

def test_does_it_load(self):
RSA.new_private_key_from_der_data(RSA_PUBLIC_KEY_DER_BOTO3)
RSA.new_public_key_from_der_data(RSA_PUBLIC_KEY_DER_BOTO3)

def test_rsa_signing_verify_fail(self):
h = Hash.sha256_new()
Expand Down

0 comments on commit 6d42f53

Please sign in to comment.