We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ae733 commit bfade53Copy full SHA for bfade53
1 file changed
x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts
@@ -135,7 +135,7 @@ export default ({ getService }: FtrProviderContext) => {
135
.expect(200);
136
137
expect(statusBody[body.id].current_status.status).to.eql('warning');
138
- expect(statusBody[body.id].current_status.last_failure_message).to.eql(
+ expect(statusBody[body.id].current_status.last_success_message).to.eql(
139
'The following index patterns did not match any indices: ["does-not-exist-*"]'
140
);
141
});
0 commit comments