Merge pull request 'test: update health version expectation' (#48) from fix/update-version-test into main
Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
@@ -18,7 +18,7 @@ def test_health_returns_versions():
|
|||||||
response = TestClient(app).get("/api/health")
|
response = TestClient(app).get("/api/health")
|
||||||
|
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
assert response.json()["backend_version"] == "0.8.6"
|
assert response.json()["backend_version"] == "0.8.8"
|
||||||
|
|
||||||
|
|
||||||
def test_api_employees_and_stats_require_admin_session():
|
def test_api_employees_and_stats_require_admin_session():
|
||||||
|
|||||||
Reference in New Issue
Block a user