More work on email and notification infra #1456

This commit is contained in:
Torkel Ödegaard
2015-06-05 11:08:19 +02:00
parent c709a28f02
commit 89418a155a
14 changed files with 221 additions and 65 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
. "github.com/smartystreets/goconvey/convey"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/search"
"github.com/grafana/grafana/pkg/services/search"
)
func insertTestDashboard(title string, orgId int64, tags ...interface{}) *m.Dashboard {