fix: address health endpoint review feedback
This commit is contained in:
@@ -90,8 +90,8 @@ def test_version_fields(client, monkeypatch):
|
||||
|
||||
payload = client.get("/health/").json()
|
||||
|
||||
assert payload["version"]["git_sha"]
|
||||
assert payload["version"]["build"]
|
||||
assert payload["version"]["git_sha"] == "59cc1c4"
|
||||
assert payload["version"]["build"] == "build-20260306-59cc1c4"
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
Reference in New Issue
Block a user