fix(audit): include /ephemeris in the capability-audit route set
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user