Import ClientFlow production v4928.1.5.132.4
This commit is contained in:
@@ -52,7 +52,9 @@ def test_v472_routes_are_no_longer_registered_in_admin_dashboard():
|
||||
assert "@router.get(\"/tasks\"" not in dashboard
|
||||
assert "@router.get(\"/opportunities\"" not in dashboard
|
||||
admin_lines = dashboard.count("\n") + 1
|
||||
assert admin_lines < 1800
|
||||
# Architectural guard: route handlers must remain outside this compatibility
|
||||
# module. The small allowance covers physical-status safety and UI helpers.
|
||||
assert admin_lines < 1850
|
||||
|
||||
|
||||
def test_v472_domain_modules_own_expected_routes():
|
||||
|
||||
Reference in New Issue
Block a user