mirror of https://github.com/caronc/apprise
pep8
parent
18ce62287c
commit
fa5acc4651
|
@ -125,8 +125,8 @@ def test_utils_pem_general(tmpdir):
|
||||||
# Web Push handling
|
# Web Push handling
|
||||||
webpush_content = pem_c.encrypt_webpush(
|
webpush_content = pem_c.encrypt_webpush(
|
||||||
unencrypted_str,
|
unencrypted_str,
|
||||||
public_key = pem_c.public_key(),
|
public_key=pem_c.public_key(),
|
||||||
auth_secret = b'secret')
|
auth_secret=b'secret')
|
||||||
assert isinstance(webpush_content, bytes)
|
assert isinstance(webpush_content, bytes)
|
||||||
|
|
||||||
# Non Bytes (garbage basically)
|
# Non Bytes (garbage basically)
|
||||||
|
|
Loading…
Reference in New Issue