mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
Add supplementary url support for pushover (#468)
This commit is contained in:
committed by
GitHub
parent
e2ebdbdcf8
commit
e8add7b95a
@ -3581,6 +3581,10 @@ TEST_URLS = (
|
||||
('pover://%s@%s?sound=spacealarm' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
}),
|
||||
# API Key + valid url_title with url
|
||||
('pover://%s@%s?url=my-url&url_title=title' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
}),
|
||||
# API Key + Valid User
|
||||
('pover://%s@%s' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
|
Reference in New Issue
Block a user