mirror of
https://github.com/caronc/apprise.git
synced 2025-08-16 11:38:08 +02:00
Persistent Storage (#1131)
This commit is contained in:
@ -1188,7 +1188,7 @@ def test_plugin_telegram_threads(mock_post):
|
||||
|
||||
assert isinstance(aobj[0], NotifyTelegram)
|
||||
|
||||
body = 'my message'
|
||||
body = 'my threaded message'
|
||||
|
||||
assert aobj.notify(body=body)
|
||||
|
||||
|
Reference in New Issue
Block a user