mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-09 22:57:33 +02:00
APPRISE_ALLOW_SERVICES and APPRISE_DENY_SERVICES globals added (#64)
This commit is contained in:
@ -41,7 +41,7 @@ class GetTests(SimpleTestCase):
|
||||
"""
|
||||
|
||||
# our key to use
|
||||
key = 'test_get_config'
|
||||
key = 'test_get_config_'
|
||||
|
||||
# GET returns 405 (not allowed)
|
||||
response = self.client.get('/get/{}'.format(key))
|
||||
@ -49,7 +49,7 @@ class GetTests(SimpleTestCase):
|
||||
|
||||
# No content saved to the location yet
|
||||
response = self.client.post('/get/{}'.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