Logic change on error message included in test.

This commit is contained in:
elweyn 2021-12-07 10:41:43 +01:00
parent c7fbb9b0bf
commit ca6f8076d6

View File

@ -238,7 +238,7 @@ describe('Login', () => {
describe('login fails', () => {
beforeEach(() => {
apolloQueryMock.mockRejectedValue({
message: 'Ouch!',
message: '..No user with this credentials',
})
})