We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226ef03 commit 9088c61Copy full SHA for 9088c61
tests/conftest.py
@@ -3,4 +3,4 @@
3
4
@pytest.fixture(scope="session")
5
def pickle_key():
6
- return b"DEFAULT_PICKLE_KEY_1234567890___"
+ return b"DEFAULT_PICKLE_KEY_1234567890___"
tests/pk_encryption_test.py
@@ -79,4 +79,4 @@ def test_message_from_invalid_base64():
79
b64encode(b"some_text").decode(),
80
b64encode(b"some_mac").decode(),
81
"not-valid-base64!@#" # Invalid base64 for ephemeral key
82
- )
+ )
0 commit comments