mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 00:15:03 +02:00
clicksend:// authentication bugfix (#1121)
This commit is contained in:
@ -62,6 +62,10 @@ apprise_url_tests = (
|
||||
# valid number - no batch
|
||||
'instance': NotifyClickSend,
|
||||
}),
|
||||
('clicksend://user@{}?batch=no&key=abc123'.format('3' * 14), {
|
||||
# valid number - no batch
|
||||
'instance': NotifyClickSend,
|
||||
}),
|
||||
('clicksend://user:pass@{}'.format('3' * 14), {
|
||||
'instance': NotifyClickSend,
|
||||
# throw a bizzare code forcing us to fail to look it up
|
||||
|
Reference in New Issue
Block a user