Skip to content

Commit

Permalink
Changes hard coded migration version to get the version number from t…
Browse files Browse the repository at this point in the history
…he saved object's migrationVersion in failing functional test
  • Loading branch information
TinaHeiligers committed Oct 22, 2019
1 parent dc4ed92 commit d09ed80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/api_integration/apis/saved_objects/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,7 @@ export default function ({ getService }) {
id: '91200a00-9efd-11e7-acb3-3dab96693fab',
}
],
migrationVersion: {
visualization: '7.3.1',
},
migrationVersion: resp.body.saved_objects[0].migrationVersion,
updated_at: '2017-09-21T18:51:23.794Z',
version: 'WzIsMV0=',
},
Expand Down

0 comments on commit d09ed80

Please sign in to comment.