mirror of
https://github.com/caronc/apprise.git
synced 2025-01-23 06:18:46 +01:00
text clarification (copy/paste leftover fix)
This commit is contained in:
parent
48af02360e
commit
5092819849
@ -31,7 +31,7 @@ import mock
|
||||
|
||||
TEST_URLS = (
|
||||
##################################
|
||||
# NotifyPushjet
|
||||
# NotifyTwitter
|
||||
##################################
|
||||
('tweet://', {
|
||||
'instance': None,
|
||||
@ -189,7 +189,7 @@ def test_twitter_plugin_init(set_access_token, send_direct_message):
|
||||
set_access_token.side_effect = None
|
||||
set_access_token.return_value = True
|
||||
send_direct_message.side_effect = plugins.tweepy.error.TweepError(
|
||||
0, 'pushjet.TweepyError() not handled'),
|
||||
0, 'tweepy.error.TweepyError() not handled'),
|
||||
|
||||
assert obj.notify(
|
||||
title='test', body='body',
|
||||
|
Loading…
Reference in New Issue
Block a user