Skip to content

Commit fdc204c

Browse files
committed
Update path in test
1 parent 156707c commit fdc204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def client() -> TestClient:
1212
@pytest.mark.parametrize("version", ("v1",))
1313
def test_get_heartbeat(client, version):
1414
# arrange
15-
path = f"/corrector/{version}/heartbeat"
15+
path = f"/health/{version}/heartbeat"
1616

1717
# action
1818
response = client.get(path)

0 commit comments

Comments
 (0)