diff --git a/src/infra/provider-usage.auth.normalizes-keys.test.ts b/src/infra/provider-usage.auth.normalizes-keys.test.ts index f91a986432d..22f8f1ba281 100644 --- a/src/infra/provider-usage.auth.normalizes-keys.test.ts +++ b/src/infra/provider-usage.auth.normalizes-keys.test.ts @@ -98,7 +98,6 @@ describe("resolveProviderAuths key normalization", () => { suiteCase = 0; }); -<<<<<<< HEAD beforeEach(async () => { vi.resetModules(); ({ resolveProviderAuths } = await import("./provider-usage.auth.js"));