[CLOSED - split] auth_provider_config table + AES-256-GCM #207

Closed
groombook-engineer[bot] wants to merge 3 commits from fix/gro-387-auth-provider-config-schema into main
Showing only changes of commit 2876890053 - Show all commits
-1
View File
@@ -289,7 +289,6 @@ describe("requireSuperUser", () => {
});
it("returns 403 when staff record is not resolved", async () => {
const app = buildWithStaff(MANAGER, requireSuperUser());
// Manually remove staff from context to simulate unresolved staff
const testApp = new Hono<AppEnv>();
testApp.use("*", async (c, next) => {