Plugins: Move store and plugin dto to pluginsintegration (#74655)
move store and plugin dto
This commit is contained in:
@@ -11,9 +11,9 @@ import (
|
||||
|
||||
"github.com/grafana/grafana/pkg/infra/log"
|
||||
"github.com/grafana/grafana/pkg/plugins"
|
||||
"github.com/grafana/grafana/pkg/plugins/manager/fakes"
|
||||
contextmodel "github.com/grafana/grafana/pkg/services/contexthandler/model"
|
||||
"github.com/grafana/grafana/pkg/services/datasources"
|
||||
"github.com/grafana/grafana/pkg/services/pluginsintegration/pluginstore"
|
||||
"github.com/grafana/grafana/pkg/web"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
@@ -88,7 +88,7 @@ func TestDatasourceProxy_proxyDatasourceRequest(t *testing.T) {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
pluginID := datasources.DS_PROMETHEUS
|
||||
|
||||
pluginStore := &fakes.FakePluginStore{PluginList: []plugins.PluginDTO{
|
||||
pluginStore := &pluginstore.FakePluginStore{PluginList: []pluginstore.Plugin{
|
||||
{JSONData: plugins.JSONData{ID: pluginID}},
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user