This commit is contained in:
Team3
2026-07-05 10:52:36 +02:00
parent 9b6bfa45c6
commit 54cb6f10e7
2 changed files with 4 additions and 2 deletions

View File

@@ -416,7 +416,7 @@ async def test_laengen_trigger_startet_fix(testdb, tmp_path, monkeypatch):
assert (await db.list_guide_cards(TOPIC, FMT))[0]["stage"] == "fix"
card.update(stage="fix", gate_info=(await db.list_guide_cards(TOPIC, FMT))[0]["gate_info"])
assert await gb._stage_fix(env, card)
assert "Länge" in seen["auftraege"] and str(gb._writer_budget(1)) in seen["auftraege"]
assert "Länge" in seen["auftraege"] and str(round(gb.GUIDE_LAENGE_MAX * 0.75)) in seen["auftraege"]
async def test_repair_karten_setzt_befundkarten_auf_pruefer(testdb, tmp_path, monkeypatch):