refactor: remove trailing whitespace from health route tests

This commit is contained in:
Ankit Ranjan
2026-06-15 17:45:22 +05:30
parent 211751edc7
commit ea2d9ccce5
-1
View File
@@ -15,4 +15,3 @@ def test_root_health_alias_matches_api_health(monkeypatch, tmp_path) -> None:
assert root.status_code == status.HTTP_200_OK
assert root.json()["status"] == "ok"
assert root.json()["version"] == api.json()["version"]