clicksend:// authentication bugfix (#1121)

This commit is contained in:
Chris Caron
2024-05-05 12:42:08 -04:00
committed by GitHub
parent fcd70ff84c
commit 5fd912f5fe
2 changed files with 18 additions and 7 deletions

View File

@ -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