mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-24 20:55:21 +02:00
JavaScript error fix when config-lock env var set (#182)
This commit is contained in:
@@ -1014,7 +1014,6 @@ class NotifyTests(SimpleTestCase):
|
||||
assert response.status_code == 200
|
||||
assert mock_notify.call_count == 1
|
||||
|
||||
|
||||
# Reset our mock object
|
||||
mock_notify.reset_mock()
|
||||
|
||||
|
Reference in New Issue
Block a user