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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user