diff --git a/devfront/tests/devfront-clients-lifecycle.spec.ts b/devfront/tests/devfront-clients-lifecycle.spec.ts index 7e367d4d..3d6b5224 100644 --- a/devfront/tests/devfront-clients-lifecycle.spec.ts +++ b/devfront/tests/devfront-clients-lifecycle.spec.ts @@ -273,7 +273,9 @@ test.describe("DevFront clients lifecycle", () => { ).toHaveValue(jwksUri); }); - test("auto login settings are stored in client metadata", async ({ page }) => { + test("auto login settings are stored in client metadata", async ({ + page, + }) => { const autoLoginUrl = "https://rp.example.com/login?auto=1"; const state = { clients: [makeClient("client-auto-login", { name: "Auto Login app" })],