mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 00:15:03 +02:00
Issue 69: Tests for Headers support
This commit is contained in:
@ -431,6 +431,10 @@ TEST_URLS = (
|
||||
# is set and tests that we gracfully handle them
|
||||
'test_requests_exceptions': True,
|
||||
}),
|
||||
('json://localhost:8080/path?-HeaderKey=HeaderValue', {
|
||||
'instance': plugins.NotifyJSON,
|
||||
}),
|
||||
|
||||
|
||||
##################################
|
||||
# NotifyKODI
|
||||
@ -1470,6 +1474,9 @@ TEST_URLS = (
|
||||
# is set and tests that we gracfully handle them
|
||||
'test_requests_exceptions': True,
|
||||
}),
|
||||
('xml://localhost:8080/path?-HeaderKey=HeaderValue', {
|
||||
'instance': plugins.NotifyXML,
|
||||
}),
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user