mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 18:38:35 +02:00
Return target count from len(Service) calls (#874)
This commit is contained in:
@ -101,8 +101,15 @@ apprise_url_tests = (
|
||||
# an invalid entry (%20), and too short of an entry (a)
|
||||
'instance': NotifyOpsgenie,
|
||||
}),
|
||||
('opsgenie://apikey/{}/@{}/#{}/*{}/^{}/'.format(
|
||||
UUID4, UUID4, UUID4, UUID4, UUID4), {
|
||||
('opsgenie://apikey/@{}/#{}/*{}/^{}/'.format(
|
||||
UUID4, UUID4, UUID4, UUID4), {
|
||||
# similar to the above, except we use the UUID's
|
||||
'instance': NotifyOpsgenie,
|
||||
}),
|
||||
# Same link as before but @ missing at the front causing an ambigious
|
||||
# lookup however the entry is treated a though a @ was in front (user)
|
||||
('opsgenie://apikey/{}/#{}/*{}/^{}/'.format(
|
||||
UUID4, UUID4, UUID4, UUID4), {
|
||||
# similar to the above, except we use the UUID's
|
||||
'instance': NotifyOpsgenie,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user