Skip to content

Commit 3db4503

Browse files
Update src/zenml/constants.py
Co-authored-by: Michael Schuster <[email protected]>
1 parent 1352677 commit 3db4503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zenml/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def handle_int_env_var(var: str, default: int = 0) -> int:
439439
STATUS = "/status"
440440
STEP_CONFIGURATION = "/step-configuration"
441441
STEPS = "/steps"
442-
HEARTBEAT = "heartbeat"
442+
HEARTBEAT = "/heartbeat"
443443
STOP = "/stop"
444444
TAGS = "/tags"
445445
TAG_RESOURCES = "/tag_resources"

0 commit comments

Comments
 (0)