Skip to content

Commit

Permalink
Fix failing jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Feb 15, 2023
1 parent 00e5b99 commit 66fb132
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down Expand Up @@ -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',
},
{
Expand Down

0 comments on commit 66fb132

Please sign in to comment.