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
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue