mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
Test coverage for Pushover Markdown support added (#618)
This commit is contained in:
parent
fa2f03d1fd
commit
49407619c5
@ -106,6 +106,10 @@ apprise_url_tests = (
|
||||
('pover://%s@%s?priority=high&format=html' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
}),
|
||||
# API Key + priority setting + markdown mode
|
||||
('pover://%s@%s?priority=high&format=markdown' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
}),
|
||||
# API Key + invalid priority setting
|
||||
('pover://%s@%s?priority=invalid' % ('u' * 30, 'a' * 30), {
|
||||
'instance': plugins.NotifyPushover,
|
||||
|
Loading…
Reference in New Issue
Block a user