mirror of
https://github.com/caronc/apprise.git
synced 2025-08-17 03:51:37 +02:00
Test Coverage and Code Tidy (#1015)
This commit is contained in:
@ -162,7 +162,7 @@ def test_plugin_bulksms_edge_cases(mock_post):
|
||||
# Prepare Mock
|
||||
mock_post.return_value = response
|
||||
|
||||
# Test our markdown
|
||||
# Instantiate our object
|
||||
obj = Apprise.instantiate(
|
||||
'bulksms://{}:{}@{}?batch=n'.format(user, pwd, '/'.join(targets)))
|
||||
|
||||
|
Reference in New Issue
Block a user