Skip to content

Commit

Permalink
Test coverage for Pushover Markdown support added (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc authored Jul 1, 2022
1 parent fa2f03d commit 4940761
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_plugin_pushover.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
('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,
Expand Down

0 comments on commit 4940761

Please sign in to comment.