mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:32:15 +08:00
chore: move notifications models into notifications service (#61638)
This commit is contained in:
@ -5,7 +5,6 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/grafana/grafana/pkg/models"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
@ -28,7 +27,7 @@ func TestEmailIntegrationTest(t *testing.T) {
|
||||
ns.Cfg.Smtp.ContentTypes = []string{"text/html", "text/plain"}
|
||||
|
||||
t.Run("When sending reset email password", func(t *testing.T) {
|
||||
cmd := &models.SendEmailCommand{
|
||||
cmd := &SendEmailCommand{
|
||||
|
||||
Data: map[string]interface{}{
|
||||
"Title": "[CRITICAL] Imaginary timeseries alert",
|
||||
|
Reference in New Issue
Block a user