mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-17 10:00:56 +02:00
Added healthcheck endpoint /status (#185)
This commit is contained in:
@ -129,7 +129,7 @@ class StatelessNotifyTests(SimpleTestCase):
|
||||
# We sent the notification successfully (use our rule mapping)
|
||||
# FORM
|
||||
response = self.client.post(
|
||||
f'/notify/?:payload=body&:fmt=format&:extra=urls',
|
||||
'/notify/?:payload=body&:fmt=format&:extra=urls',
|
||||
form_data)
|
||||
assert response.status_code == 200
|
||||
assert mock_notify.call_count == 1
|
||||
|
Reference in New Issue
Block a user