Added healthcheck endpoint /status (#185)

This commit is contained in:
Chris Caron
2024-05-11 14:59:02 -04:00
committed by GitHub
parent 3a710fbbd1
commit 135dd4e98d
10 changed files with 435 additions and 14 deletions

View File

@ -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