From d09ed80edf4ed4bf41cc505c3eb7fa2790d28793 Mon Sep 17 00:00:00 2001 From: Christiane Heiligers Date: Tue, 22 Oct 2019 16:09:17 -0700 Subject: [PATCH] Changes hard coded migration version to get the version number from the saved object's migrationVersion in failing functional test --- test/api_integration/apis/saved_objects/find.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/api_integration/apis/saved_objects/find.js b/test/api_integration/apis/saved_objects/find.js index a1c84a766a116..7b2b15d298ce0 100644 --- a/test/api_integration/apis/saved_objects/find.js +++ b/test/api_integration/apis/saved_objects/find.js @@ -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=', },