mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 16:35:07 +02:00
Signal supports a HTTP 201 Response (#592)
This commit is contained in:
@ -112,6 +112,11 @@ apprise_url_tests = (
|
||||
# use get args to acomplish the same thing (use source instead of from)
|
||||
'instance': plugins.NotifySignalAPI,
|
||||
}),
|
||||
('signals://user:password@localhost/{}/{}'.format('1' * 11, '3' * 11), {
|
||||
'instance': plugins.NotifySignalAPI,
|
||||
# Test that a 201 response code is still accepted
|
||||
'requests_response_code': 201,
|
||||
}),
|
||||
('signals://localhost/{}/{}/{}?batch=True'.format(
|
||||
'1' * 11, '3' * 11, '4' * 11), {
|
||||
# test batch mode
|
||||
|
Reference in New Issue
Block a user