Fix tests
This commit is contained in:
parent
2d953f19cc
commit
819cc6bebb
|
@ -1424,8 +1424,7 @@ describe.each([
|
||||||
status: 400,
|
status: 400,
|
||||||
body: {
|
body: {
|
||||||
status: 400,
|
status: 400,
|
||||||
message:
|
message: 'Required field "name" is missing in view "view a"',
|
||||||
'Invalid body - Required field "name" is missing in view "view a"',
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -1455,8 +1454,7 @@ describe.each([
|
||||||
status: 400,
|
status: 400,
|
||||||
body: {
|
body: {
|
||||||
status: 400,
|
status: 400,
|
||||||
message:
|
message: 'Required field "name" is missing in view "view a"',
|
||||||
'Invalid body - Required field "name" is missing in view "view a"',
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue