mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Plugins: Remove stream handler from plugins DTO (#63812)
remove stream handler from DTO
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user