From def2c9264ab631ebd7ab6f3cc5bf2526d5d54d71 Mon Sep 17 00:00:00 2001 From: John van der Wulp Date: Fri, 6 Mar 2026 10:34:31 +0100 Subject: [PATCH] Removed the \n that was added unintentionally. --- tests/specs/oidc.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/specs/oidc.spec.ts b/tests/specs/oidc.spec.ts index 9a4544c5..7bdcef33 100644 --- a/tests/specs/oidc.spec.ts +++ b/tests/specs/oidc.spec.ts @@ -37,7 +37,6 @@ test('Authorize existing client while not signed in', async ({ page }) => { }); }); - test('Authorize new client', async ({ page }) => { const oidcClient = oidcClients.immich; const urlParams = createUrlParams(oidcClient);