Strict enforcing of +, -, and : prefixed kwargs in URLs (#302)

This commit is contained in:
Chris Caron
2020-09-26 20:14:55 -04:00
committed by GitHub
parent fcd81160be
commit a853546f0f
10 changed files with 82 additions and 17 deletions

View File

@ -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