diff --git a/pkg/cmd/grafana-cli/runner/wire.go b/pkg/cmd/grafana-cli/runner/wire.go index 82efb1ce69e..3a3e283ade1 100644 --- a/pkg/cmd/grafana-cli/runner/wire.go +++ b/pkg/cmd/grafana-cli/runner/wire.go @@ -336,7 +336,7 @@ var wireSet = wire.NewSet( wire.Bind(new(notifications.EmailSender), new(*notifications.NotificationServiceMock)), dbtest.NewFakeDB, wire.Bind(new(sqlstore.Store), new(*sqlstore.SQLStore)), - wire.Bind(new(db.DB), new(*dbtest.FakeDB)), + wire.Bind(new(db.DB), new(*sqlstore.SQLStore)), prefimpl.ProvideService, opentsdb.ProvideService, acimpl.ProvideAccessControl,