Plugins: Remove stream handler from plugins DTO (#63812)

remove stream handler from DTO
This commit is contained in:
Will Browne
2023-02-27 19:48:18 +01:00
committed by GitHub
parent 25b3abece9
commit 32aa0ad272
3 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func newTestLive(t *testing.T, store db.DB) *live.GrafanaLive {
cfg.IsFeatureToggleEnabled = features.IsEnabled
gLive, err := live.ProvideService(nil, cfg,
routing.NewRouteRegister(),
nil, nil, nil,
nil, nil, nil, nil,
store,
nil,
&usagestats.UsageStatsMock{T: t},