Skip to content

Commit

Permalink
fix integration test text
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley14 committed Mar 1, 2021
1 parent b3241b0 commit 9d6e38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default ({ getService }: FtrProviderContext) => {

expect(statusBody[body.id].current_status.status).to.eql('warning');
expect(statusBody[body.id].current_status.last_success_message).to.eql(
'The following index patterns did not match any indices: ["does-not-exist-*"]'
'This rule is attempting to query data from Elasticsearch indices listed in the "Index pattern" section of the rule definition, however no index matching: ["does-not-exist-*"] was found. This warning will continue to appear until a matching index is created or this rule is de-activated.'
);
});

Expand Down

0 comments on commit 9d6e38d

Please sign in to comment.