test(release): follow relocated operations runbook

This commit is contained in:
2026-09-08 03:02:31 +02:00
parent be57a1823a
commit da0ac1354f
+1 -1
View File
@@ -1891,7 +1891,7 @@ class ReleaseRunApiTests(unittest.TestCase):
def test_ui_and_runbook_state_tracking_boundary_are_explicit(self) -> None: def test_ui_and_runbook_state_tracking_boundary_are_explicit(self) -> None:
webui = (RELEASE_ROOT / "webui" / "index.html").read_text(encoding="utf-8") webui = (RELEASE_ROOT / "webui" / "index.html").read_text(encoding="utf-8")
runbook = (META_ROOT / "docs" / "RELEASE_CONSOLE.md").read_text( runbook = (META_ROOT / "docs" / "operations" / "RELEASE_CONSOLE.md").read_text(
encoding="utf-8" encoding="utf-8"
) )