Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Nov 17, 2023
1 parent 8f6de42 commit bbac159
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ export default ({ getService }: FtrProviderContext) => {
.expect(400);

expect(body.message).to.eql(
'[request body]: 0.investigation_fields: Expected object, received array, 0.type: Invalid literal value, expected "eql", 0.language: Invalid literal value, expected "eql", 0.investigation_fields: Expected object, received array, 0.investigation_fields: Expected object, received array, and 22 more'
'[request body]: 0.investigation_fields: Expected object, received array'
);
});

Expand Down

0 comments on commit bbac159

Please sign in to comment.