Fixes #16 Add update specific omit inputs
This commit is contained in:
@@ -30,7 +30,6 @@ describe('ErrorMessage', () => {
|
||||
})
|
||||
|
||||
it('generates message with errors', () => {
|
||||
const resource = "release"
|
||||
const error = {
|
||||
message: 'something bad happened',
|
||||
errors: [
|
||||
@@ -68,4 +67,4 @@ describe('ErrorMessage', () => {
|
||||
const errorMessage = new ErrorMessage(error)
|
||||
expect(errorMessage.status).toBe(404)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user