mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
flake8 InvocationError's resolved (#238)
This commit is contained in:
@ -3201,7 +3201,7 @@ TEST_URLS = (
|
||||
# Expected notify() response
|
||||
'notify_response': False,
|
||||
}),
|
||||
('spush://salt:pass@{}'.format('X' * 14, 'A' * 16), {
|
||||
('spush://salt:pass@{}'.format('X' * 14), {
|
||||
# Now we'll test encrypted messages with new salt
|
||||
'instance': plugins.NotifySimplePush,
|
||||
# Set our response to OK
|
||||
|
Reference in New Issue
Block a user