Remove coreMigrationVersion from snapshot

This commit is contained in:
Jen Huang 2021-03-09 15:07:43 -08:00
parent 68ceb21e8e
commit a8b9b41a68
2 changed files with 1 additions and 1 deletions

View file

@ -664,7 +664,6 @@ Object {
"removable": true,
"version": "0.1.4",
},
"coreMigrationVersion": "8.0.0",
"id": "apache",
"namespaces": Array [],
"references": Array [],

View file

@ -91,6 +91,7 @@ export default function (providerContext: FtrProviderContext) {
delete packageInfoRes.body.response.savedObject.attributes.install_started_at;
delete packageInfoRes.body.response.savedObject.version;
delete packageInfoRes.body.response.savedObject.updated_at;
delete packageInfoRes.body.response.savedObject.coreMigrationVersion;
expectSnapshot(packageInfoRes.body.response).toMatch();
});