fix: route registrar skips through repo-manager
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-08-21 21:41:15 +02:00
parent 30b17adde1
commit 433e104909
2 changed files with 6 additions and 2 deletions

View file

@ -1371,6 +1371,8 @@ class TestC06WorkstreamCreation:
assert "state_hub_workstream_id" not in patched
assert "state_hub_task_id" not in patched
assert any("not the identifier registrar" in fix for fix in report.fixes_applied)
assert any("rmgr registrar-reconcile" in fix for fix in report.fixes_applied)
assert not any("set STATEHUB_REGISTRAR=1" in fix for fix in report.fixes_applied)
assert any(issue.check_id == "C-06" for issue in report.issues)
# ---------------------------------------------------------------------------