Skip to content

Commit

Permalink
fix FTR assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 6, 2020
1 parent 4000d4e commit b130e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function exportTestSuiteFactory(esArchiver: any, supertest: SuperTest<any
expect(resp.body).to.eql({
statusCode: 400,
error: 'Bad Request',
message: `[request body.objects.0.type]: hiddentype is not exportable`,
message: `Trying to export object(s) with non-exportable types: hiddentype-hiddentype_1`,
});
};

Expand Down

0 comments on commit b130e59

Please sign in to comment.