Deprication Cleanup and Code Tidy (#593)

This commit is contained in:
Chris Caron
2022-05-29 22:19:29 -04:00
committed by GitHub
parent 6ac9c1d89a
commit 9ef8e72952
24 changed files with 83 additions and 126 deletions

View File

@ -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', {