We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_healthcheck
/evaluate/health
/health
1 parent 09cd480 commit 30c583cCopy full SHA for 30c583c
1 file changed
tests/mued_handling_test.py
@@ -98,7 +98,7 @@ def test_evaluate_bodyless_event_returns_error(self):
98
)
99
100
def test_healthcheck(self):
101
- event = {"path": "/health"}
+ event = {"path": "/evaluate/health"}
102
103
response = handler(event)
104
0 commit comments