Skip to content

Commit b130e59

Browse files
committed
fix FTR assertions
1 parent 4000d4e commit b130e59

File tree

1 file changed

+1
-1
lines changed
  • x-pack/test/saved_object_api_integration/common/suites

1 file changed

+1
-1
lines changed

x-pack/test/saved_object_api_integration/common/suites/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function exportTestSuiteFactory(esArchiver: any, supertest: SuperTest<any
5959
expect(resp.body).to.eql({
6060
statusCode: 400,
6161
error: 'Bad Request',
62-
message: `[request body.objects.0.type]: hiddentype is not exportable`,
62+
message: `Trying to export object(s) with non-exportable types: hiddentype-hiddentype_1`,
6363
});
6464
};
6565

0 commit comments

Comments
 (0)