mirror of https://github.com/caronc/apprise
MessageBird unit test added
parent
b2635b8a65
commit
eae45149b3
|
@ -2805,6 +2805,12 @@ TEST_URLS = (
|
|||
# reference to to= and frome=
|
||||
'instance': plugins.NotifyMessageBird,
|
||||
}),
|
||||
('msgbird://{}/15551232000'.format('a' * 25), {
|
||||
'instance': plugins.NotifyMessageBird,
|
||||
# force a failure
|
||||
'response': False,
|
||||
'requests_response_code': requests.codes.internal_server_error,
|
||||
}),
|
||||
('msgbird://{}/15551232000'.format('a' * 25), {
|
||||
'instance': plugins.NotifyMessageBird,
|
||||
# throw a bizzare code forcing us to fail to look it up
|
||||
|
|
Loading…
Reference in New Issue