1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Fix tests

This commit is contained in:
Adria Navarro 2024-06-04 11:18:33 +02:00
parent 2d953f19cc
commit 819cc6bebb

View file

@ -1424,8 +1424,7 @@ describe.each([
status: 400,
body: {
status: 400,
message:
'Invalid body - Required field "name" is missing in view "view a"',
message: 'Required field "name" is missing in view "view a"',
},
}
)
@ -1455,8 +1454,7 @@ describe.each([
status: 400,
body: {
status: 400,
message:
'Invalid body - Required field "name" is missing in view "view a"',
message: 'Required field "name" is missing in view "view a"',
},
}
)