Batch unrouted HA state events

This commit is contained in:
2026-06-18 13:00:57 +02:00
parent 149f11a18e
commit 937c79a19b
6 changed files with 56 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ def test_health_and_backup_roundtrip(tmp_path, monkeypatch) -> None: # type: ig
assert stores is not None
assert health.status_code == 200
assert health.json()["version"] == "2.0.0-alpha.6"
assert health.json()["version"] == "2.0.0-alpha.7"
assert backup.status_code == 200
assert restore.status_code == 200
assert restore.json() == {"status": "restored"}