From 66fb132003ef79d825000427f5e7533986eac97d Mon Sep 17 00:00:00 2001 From: Mike Cote Date: Wed, 15 Feb 2023 14:01:11 -0500 Subject: [PATCH] Fix failing jest tests --- .../public/application/lib/action_variables.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.test.ts b/x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.test.ts index c7641d3437a2c..6cde2040fde4b 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.test.ts +++ b/x-pack/plugins/triggers_actions_ui/public/application/lib/action_variables.test.ts @@ -45,7 +45,7 @@ const expectedTransformResult = [ { description: 'The type of rule.', name: 'rule.type' }, { description: - 'The URL to the Stack Management rule page that generated the alert. This will be an empty string if the server.publicBaseUrl is not configured.', + 'The URL to the rule that generated the alert. This will be an empty string if the server.publicBaseUrl is not configured.', name: 'rule.url', }, { description: 'The date the rule scheduled the action.', name: 'date' }, @@ -170,7 +170,7 @@ const expectedSummaryTransformResult = [ }, { description: - 'The URL to the Stack Management rule page that generated the alert. This will be an empty string if the server.publicBaseUrl is not configured.', + 'The URL to the rule that generated the alert. This will be an empty string if the server.publicBaseUrl is not configured.', name: 'rule.url', }, {