1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

test: fix specs

This commit is contained in:
Saad Jutt
2022-04-24 05:17:25 +05:00
parent fd15f3fb41
commit fe24f51ca2

View File

@@ -152,7 +152,7 @@ describe('auth', () => {
})
.expect(403)
expect(res.text).toEqual('Invalid clientId.')
expect(res.text).toEqual('Error: Invalid clientId.')
expect(res.body).toEqual({})
})
})