diff --git a/pkg/services/alerting/test_notification.go b/pkg/services/alerting/test_notification.go index 01bc3cb087c..c4a45f31075 100644 --- a/pkg/services/alerting/test_notification.go +++ b/pkg/services/alerting/test_notification.go @@ -33,6 +33,7 @@ func (s *AlertNotificationService) HandleNotificationTestCommand(ctx context.Con model := models.AlertNotification{ Id: cmd.ID, + OrgId: cmd.OrgID, Name: cmd.Name, Type: cmd.Type, Settings: cmd.Settings,