52ac966cba2e6a4348f817f11822c89afc1f4438
TestServerScopeMapCoversEveryScopedRoute wrongly required serverScopedRoutes to be a subset of routeScopes, which only covers the authenticated /api group. The ESO route is registered on the root router and is exempt from routeScopes by design, so it failed the test despite being correctly declared. Lift the hardcoded exception in AssertScopeMapComplete into a named routesOutsideAPIGroup set that both scopes.go and the test read.
Description
No description provided
9.7 MiB
Languages
JavaScript
63.9%
Go
19.3%
TypeScript
16.6%