1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 13:21:45 +00:00

tests: fix postgres e2e tests (#877)

This commit is contained in:
Elias Schneider
2025-08-24 19:15:26 +02:00
committed by GitHub
parent d0392d25ed
commit 10b087640f
4 changed files with 11 additions and 8 deletions

View File

@@ -215,7 +215,7 @@ test('Refresh token fails when used for the wrong user', async ({ request }) =>
data: {
rt: token,
client: clientId,
user: 'bad-user'
user: '44cb5d71-db31-4555-9a1b-5484650f6002'
}
})
.then((r) => r.text());