Skip to content

Commit

Permalink
Update tests/pk_encryption_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Damir Jelić <[email protected]>
  • Loading branch information
TrevisGordan and poljar authored Jan 13, 2025
1 parent 036bd11 commit 97e06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pk_encryption_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ def test_message_from_invalid_base64(self):
base64.b64encode(b"some_text").decode(),
base64.b64encode(b"some_mac").decode(),
"not-valid-base64!@#" # Invalid base64 for ephemeral key
)
)

0 comments on commit 97e06c9

Please sign in to comment.