We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156707c commit fdc204cCopy full SHA for fdc204c
tests/test_main.py
@@ -12,7 +12,7 @@ def client() -> TestClient:
12
@pytest.mark.parametrize("version", ("v1",))
13
def test_get_heartbeat(client, version):
14
# arrange
15
- path = f"/corrector/{version}/heartbeat"
+ path = f"/health/{version}/heartbeat"
16
17
# action
18
response = client.get(path)
0 commit comments