Skip to content

Commit

Permalink
Fixing functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Mar 5, 2021
1 parent b6914c8 commit 2af1eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class AlertingFixturePlugin implements Plugin<Setup, Start, AlertingExamp
alerting.registerNavigation(
'alerting_fixture',
'test.noop',
(alert: SanitizedAlert, alertType: AlertType) => `/alert/${alert.id}`
(alert: SanitizedAlert, alertType: AlertType) => `/rule/${alert.id}`
);

triggersActionsUi.alertTypeRegistry.register({
Expand Down

0 comments on commit 2af1eb8

Please sign in to comment.