|
|
@ -431,6 +431,10 @@ TEST_URLS = (
|
|
|
|
# is set and tests that we gracfully handle them
|
|
|
|
# is set and tests that we gracfully handle them
|
|
|
|
'test_requests_exceptions': True,
|
|
|
|
'test_requests_exceptions': True,
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
|
|
|
|
('json://localhost:8080/path?-HeaderKey=HeaderValue', {
|
|
|
|
|
|
|
|
'instance': plugins.NotifyJSON,
|
|
|
|
|
|
|
|
}),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##################################
|
|
|
|
##################################
|
|
|
|
# NotifyKODI
|
|
|
|
# NotifyKODI
|
|
|
@ -1470,6 +1474,9 @@ TEST_URLS = (
|
|
|
|
# is set and tests that we gracfully handle them
|
|
|
|
# is set and tests that we gracfully handle them
|
|
|
|
'test_requests_exceptions': True,
|
|
|
|
'test_requests_exceptions': True,
|
|
|
|
}),
|
|
|
|
}),
|
|
|
|
|
|
|
|
('xml://localhost:8080/path?-HeaderKey=HeaderValue', {
|
|
|
|
|
|
|
|
'instance': plugins.NotifyXML,
|
|
|
|
|
|
|
|
}),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|