Minor and insignifigant changes (typos and alike) (#1218)

This commit is contained in:
Chris Caron
2025-03-24 20:49:03 -04:00
committed by GitHub
parent a196708a69
commit efd9d5cd67
6 changed files with 16 additions and 13 deletions

View File

@ -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(