Skip to content

Commit b5e4231

Browse files
committed
Update path
1 parent fdc204c commit b5e4231

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"/health/{version}/heartbeat"
15+
path = f"/{version}/health/heartbeat"
1616

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

0 commit comments

Comments
 (0)