mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 18:43:40 +08:00
Storage: add basic storage service (#46604)
This commit is contained in:
@ -87,7 +87,7 @@ func TestPluginManager_int_init(t *testing.T) {
|
||||
my := mysql.ProvideService(cfg, hcp)
|
||||
ms := mssql.ProvideService(cfg)
|
||||
sv2 := searchV2.ProvideService(sqlstore.InitTestDB(t))
|
||||
graf := grafanads.ProvideService(cfg, sv2)
|
||||
graf := grafanads.ProvideService(cfg, sv2, nil)
|
||||
|
||||
coreRegistry := coreplugin.ProvideCoreRegistry(am, cw, cm, es, grap, idb, lk, otsdb, pr, tmpo, td, pg, my, ms, graf)
|
||||
|
||||
|
Reference in New Issue
Block a user