1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: fix specs

This commit is contained in:
2022-11-22 20:15:26 +05:00
parent 1d48f8856b
commit c26485afec

View File

@@ -77,7 +77,8 @@ describe('web', () => {
id: expect.any(Number),
username: user.username,
displayName: user.displayName,
isAdmin: user.isAdmin
isAdmin: user.isAdmin,
needsToUpdatePassword: true
})
})