Filter autopilot trigger candidates

This commit is contained in:
2026-06-18 17:30:48 +02:00
parent 2f750e3e41
commit 8057751c11
6 changed files with 40 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ def test_health_and_backup_roundtrip(tmp_path, monkeypatch) -> None: # type: ig
restore = client.post("/v2/backup/restore", json=backup.json())
assert health.status_code == 200
assert health.json()["version"] == "2.0.0-alpha.13"
assert health.json()["version"] == "2.0.0-alpha.14"
assert backup.status_code == 200
assert restore.status_code == 200
assert restore.json() == {"status": "restored"}