We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987b3ee commit 1cef063Copy full SHA for 1cef063
1 file changed
x-pack/test/security_solution_endpoint_api_int/apis/endpoint_response_actions/agent_type_support.ts
@@ -25,7 +25,7 @@ export default function ({ getService }: FtrProviderContext) {
25
.expect(400, {
26
statusCode: 400,
27
error: 'Bad Request',
28
- message: 'No SentinelOne stack connector found',
+ message: 'No stack connector instance configured for [.sentinelone]',
29
});
30
31
0 commit comments