fix(audit): include /ephemeris in the capability-audit route set
Independent Staging Quality Gate / validate (push) Failing after 9m31s
Independent Staging Quality Gate / publish (push) Skipped

BUG-713: the staging quality gate failed because _scan_app_routes
found the new ephemeris page and the exact allowlist did not.
This commit is contained in:
jesse-ux
2026-09-15 18:16:57 +08:00
parent 766028399c
commit 8d6a4bd065
3 changed files with 34 additions and 0 deletions
+4
View File
@@ -1592,6 +1592,10 @@ def test_capability_audit_scans_registry_and_local_sources() -> None:
'admin/usage',
'admin/users',
'chart',
# 原值: 无 'ephemeris'
# 新值: 在 chart 与 home 之间加入 'ephemeris'
# 原因: /ephemeris 是产品入口,_scan_app_routes 已扫到;这是 BUG-143/454 同类遗漏(BUG-713
'ephemeris',
'home',
'login',
'reports',