From effd2a146f9b85d8bf1df203b4970aafc7ae24f8 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 16 Jun 2026 12:08:38 +0200 Subject: [PATCH] tests(e2e): fix wrong assertion --- 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 aaf06f92..447bdd5c 100644 --- a/tests/specs/oidc.spec.ts +++ b/tests/specs/oidc.spec.ts @@ -692,7 +692,6 @@ test.describe('OIDC prompt parameter', () => { await expect(page.getByText(/Invalid callback URL/i)).toBeVisible(); expect(attackerRedirected).toBe(false); - expect(page.url()).not.toContain('attacker.example'); }); test('prompt=none redirects errors with response_mode=fragment', async ({ page }) => {