Skip to content

Commit 1cef063

Browse files
committed
fix FTR test
1 parent 987b3ee commit 1cef063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/security_solution_endpoint_api_int/apis/endpoint_response_actions/agent_type_support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function ({ getService }: FtrProviderContext) {
2525
.expect(400, {
2626
statusCode: 400,
2727
error: 'Bad Request',
28-
message: 'No SentinelOne stack connector found',
28+
message: 'No stack connector instance configured for [.sentinelone]',
2929
});
3030
});
3131
});

0 commit comments

Comments
 (0)