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

@@ -100,7 +100,7 @@ apprise_url_tests = (
# Our expected url(privacy=True) startswith() response:
'privacy_url': 'jsons://user:****@localhost:8080',
}),
('json://localhost:8080/path?-HeaderKey=HeaderValue', {
('json://localhost:8080/path?+HeaderKey=HeaderValue', {
'instance': plugins.NotifyJSON,
}),
('json://user:pass@localhost:8081', {