mirror of
https://github.com/caronc/apprise.git
synced 2025-08-15 10:52:36 +02:00
Minor and insignifigant changes (typos and alike) (#1218)
This commit is contained in:
@ -521,10 +521,12 @@ def test_plugin_twitter_edge_cases():
|
||||
)
|
||||
|
||||
# Invalid Target User
|
||||
with pytest.raises(TypeError):
|
||||
NotifyTwitter(
|
||||
ckey='value', csecret='value', akey='value', asecret='value',
|
||||
targets='%G@rB@g3')
|
||||
obj = NotifyTwitter(
|
||||
ckey='value', csecret='value', akey='value', asecret='value',
|
||||
targets='%G@rB@g3')
|
||||
|
||||
assert obj.notify(
|
||||
body='body', title='title', notify_type=NotifyType.INFO) is False
|
||||
|
||||
|
||||
def test_plugin_twitter_dm_caching(
|
||||
|
Reference in New Issue
Block a user