We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a7361 commit 4ce2053Copy full SHA for 4ce2053
x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx
@@ -175,6 +175,9 @@ describe('when on the hosts page', () => {
175
status: overallStatus,
176
};
177
policyResponse.Endpoint.policy.applied.actions.push(downloadModelAction);
178
+ } else {
179
+ // Else, make sure the status of the generated action matches what was passed in
180
+ downloadModelAction.status = overallStatus;
181
}
182
183
if (
0 commit comments