mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 08:25:07 +02:00
Strict enforcing of +, -, and : prefixed kwargs in URLs (#302)
This commit is contained in:
@ -1924,6 +1924,10 @@ TEST_URLS = (
|
||||
('notica://localhost:8080//%s/?+HeaderKey=HeaderValue' % ('7' * 6), {
|
||||
'instance': plugins.NotifyNotica,
|
||||
}),
|
||||
# Test Depricated Header overrides
|
||||
('notica://localhost:8080//%s/?-HeaderKey=HeaderValue' % ('7' * 6), {
|
||||
'instance': plugins.NotifyNotica,
|
||||
}),
|
||||
('notica://%s' % ('c' * 6), {
|
||||
'instance': plugins.NotifyNotica,
|
||||
# force a failure
|
||||
|
Reference in New Issue
Block a user