Fix tests

This commit is contained in:
Adria Navarro 2024-06-04 11:18:33 +02:00
parent 2d953f19cc
commit 819cc6bebb
1 changed files with 2 additions and 4 deletions

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"',
},
}
)