Removed the \n that was added unintentionally.

This commit is contained in:
John van der Wulp
2026-03-06 10:34:31 +01:00
parent 7e0eae9abc
commit def2c9264a

View File

@@ -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);