pull/1323/head
Chris Caron 2025-06-01 19:04:59 -04:00
parent 18ce62287c
commit fa5acc4651
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ def test_utils_pem_general(tmpdir):
# Web Push handling
webpush_content = pem_c.encrypt_webpush(
unencrypted_str,
public_key = pem_c.public_key(),
auth_secret = b'secret')
public_key=pem_c.public_key(),
auth_secret=b'secret')
assert isinstance(webpush_content, bytes)
# Non Bytes (garbage basically)