From 2ecf4a9719ee1339c02127b70c77202e8a1c366c Mon Sep 17 00:00:00 2001 From: Gidi Meir Morris Date: Tue, 24 Mar 2020 08:31:25 +0000 Subject: [PATCH] fixed security call out --- .../components/alert_action_security_call_out.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/components/alert_action_security_call_out.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/components/alert_action_security_call_out.test.tsx index 91291bf41fdc0..d2ed752e5a651 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/components/alert_action_security_call_out.test.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/components/alert_action_security_call_out.test.tsx @@ -70,7 +70,7 @@ describe('alert action security call out', () => { }); expect(component?.find(EuiCallOut).prop('title')).toMatchInlineSnapshot( - `"Alerts cannot be created while TLS is not enabled."` + `"Alerts cannot be created while TLS is disabled."` ); expect(component?.find(EuiButton).prop('href')).toMatchInlineSnapshot(