Skip to content

Commit

Permalink
Actually fix canvas functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Portner committed Mar 16, 2022
1 parent 1eb1776 commit 191d2fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/test/functional/apps/canvas/saved_object_resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ export default function canvasFiltersTest({ getService, getPageObjects }: FtrPro
targetId: 'workpad-1705f884-6224-47de-ba49-ca224fe6ec31-new-id',
targetNamespace: 'custom_space',
sourceId: 'workpad-1705f884-6224-47de-ba49-ca224fe6ec31-old-id',
purpose: 'savedObjectConversion',
},
references: [],
migrationVersion: { 'legacy-url-alias': '8.2.0' },
});

// Create conflict match
Expand All @@ -55,8 +57,10 @@ export default function canvasFiltersTest({ getService, getPageObjects }: FtrPro
targetId: 'workpad-1705f884-6224-47de-ba49-ca224fe6ec31-conflict-new',
targetNamespace: 'custom_space',
sourceId: 'workpad-1705f884-6224-47de-ba49-ca224fe6ec31-conflict-old',
purpose: 'savedObjectConversion',
},
references: [],
migrationVersion: { 'legacy-url-alias': '8.2.0' },
});
});

Expand Down

0 comments on commit 191d2fa

Please sign in to comment.