mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
Zulip to reference the word 'stream' and not 'channel' (#330)
This commit is contained in:
@ -4825,11 +4825,11 @@ TEST_URLS = (
|
||||
('zulip://botname@apprise.zulipchat.com/{}'.format('a' * 32), {
|
||||
'instance': plugins.NotifyZulip,
|
||||
}),
|
||||
# Valid everything - 2 channels specified
|
||||
# Valid everything - 2 streams specified
|
||||
('zulip://botname@apprise/{}/channel1/channel2'.format('a' * 32), {
|
||||
'instance': plugins.NotifyZulip,
|
||||
}),
|
||||
# Valid everything - 2 channels specified (using to=)
|
||||
# Valid everything - 2 streams specified (using to=)
|
||||
('zulip://botname@apprise/{}/?to=channel1/channel2'.format('a' * 32), {
|
||||
'instance': plugins.NotifyZulip,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user