Issue 69: Tests for Headers support

This commit is contained in:
Kaustubh Phatak
2019-02-15 14:37:55 -08:00
parent 753e36feab
commit 761291e65c
5 changed files with 19 additions and 5 deletions

View File

@ -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,
}),
)