removed console log

This commit is contained in:
Ulf Gebhardt 2019-05-06 12:39:53 +02:00
parent ad05dcf735
commit a71b421933
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -43,7 +43,6 @@ describe('authorization', () => {
try {
await action()
} catch (error) {
console.log(error.response.data)
expect(error.response.data).toEqual({ User: [ null ] })
}
})