Skip to content

Commit

Permalink
Update x-pack/test/functional/services/transform/discover.ts
Browse files Browse the repository at this point in the history
[ML] Fix assertion.

Co-authored-by: Robert Oskamp <traeluki@gmail.com>
  • Loading branch information
walterra and pheyos authored Apr 27, 2021
1 parent 2616008 commit 233b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/transform/discover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function TransformDiscoverProvider({ getService }: FtrProviderContext) {
).getVisibleText();
expect(actualIndexPatternSwitchLinkText).to.eql(
expectedDestinationIndex,
`Destination index should be ${expectedDestinationIndex}, got ${expectedDestinationIndex}`
`Destination index should be ${expectedDestinationIndex}, got ${actualIndexPatternSwitchLinkText}`
);

await testSubjects.existOrFail('discoverNoResults');
Expand Down

0 comments on commit 233b0b4

Please sign in to comment.