mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-17 10:00:56 +02:00
APPRISE_ALLOW_SERVICES and APPRISE_DENY_SERVICES globals added (#64)
This commit is contained in:
@ -54,7 +54,7 @@ class JsonUrlsTests(SimpleTestCase):
|
||||
|
||||
# Nothing to return
|
||||
response = self.client.get('/json/urls/{}'.format(key))
|
||||
assert response.status_code == 204
|
||||
self.assertEqual(response.status_code, 204)
|
||||
|
||||
# Add some content
|
||||
response = self.client.post(
|
||||
|
Reference in New Issue
Block a user