mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 16:35:07 +02:00
negative/minus (-) parameter sets GET Parms on xml, json, and form URLs
This commit is contained in:
@ -125,6 +125,11 @@ apprise_url_tests = (
|
||||
('xmls://user:pass@localhost:8080', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
# Test our GET params
|
||||
('xml://localhost:8080/path?-ParamA=Value', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
# Test our Headers
|
||||
('xml://localhost:8080/path?+HeaderKey=HeaderValue', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
|
Reference in New Issue
Block a user