mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 16:35:07 +02:00
Deprication Cleanup and Code Tidy (#593)
This commit is contained in:
@ -125,7 +125,7 @@ apprise_url_tests = (
|
||||
('xmls://user:pass@localhost:8080', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
('xml://localhost:8080/path?-HeaderKey=HeaderValue', {
|
||||
('xml://localhost:8080/path?+HeaderKey=HeaderValue', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
('xml://user:pass@localhost:8081', {
|
||||
|
Reference in New Issue
Block a user