fix: route registrar skips through repo-manager
This commit is contained in:
parent
30b17adde1
commit
433e104909
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue