fix(GRO-392): reinitAuth on config change, SSRF timeout, and trailing-slash URL fix #218

Merged
groombook-engineer[bot] merged 4 commits from feat/gro-392-oobe-auth-provider-bootstrap into main 2026-04-03 13:28:38 +00:00
Showing only changes of commit 2c1752f178 - Show all commits
@@ -2,6 +2,12 @@ import { describe, it, expect, vi, beforeEach } from "vitest";
import { Hono } from "hono";
import { authProviderRouter } from "../routes/authProvider.js";
// ─── Mock auth module ─────────────────────────────────────────────────────────
vi.mock("../lib/auth.js", () => ({
reinitAuth: vi.fn().mockResolvedValue(undefined),
}));
// ─── Types ────────────────────────────────────────────────────────────────────
interface MockStaff {