Skip to content

Commit 30c583c

Browse files
committed
Updated test_healthcheck to use /evaluate/health path instead of /health.
1 parent 09cd480 commit 30c583c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mued_handling_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_evaluate_bodyless_event_returns_error(self):
9898
)
9999

100100
def test_healthcheck(self):
101-
event = {"path": "/health"}
101+
event = {"path": "/evaluate/health"}
102102

103103
response = handler(event)
104104

0 commit comments

Comments
 (0)