semantic clean up

This commit is contained in:
2026-03-10 19:38:10 +03:00
parent 0078c1ae05
commit 4f1c33e02b
31 changed files with 5392 additions and 6647 deletions

View File

@@ -82,4 +82,6 @@ async def test_get_health_summary_empty():
summary = await service.get_health_summary(environment_id="env_none")
assert summary.pass_count == 0
assert len(summary.items) == 0
assert len(summary.items) == 0
# [/DEF:test_health_service:Module]