Skip to content

Commit bfade53

Browse files
committed
fix integration test
1 parent e0ae733 commit bfade53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/detection_engine_api_integration/security_and_spaces/tests

x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default ({ getService }: FtrProviderContext) => {
135135
.expect(200);
136136

137137
expect(statusBody[body.id].current_status.status).to.eql('warning');
138-
expect(statusBody[body.id].current_status.last_failure_message).to.eql(
138+
expect(statusBody[body.id].current_status.last_success_message).to.eql(
139139
'The following index patterns did not match any indices: ["does-not-exist-*"]'
140140
);
141141
});

0 commit comments

Comments
 (0)