浏览代码

Change import path for social in the tests

Sean Lafferty 6 年之前
父节点
当前提交
fcc18d8121
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/api/pluginproxy/ds_proxy_test.go

+ 1 - 1
pkg/api/pluginproxy/ds_proxy_test.go

@@ -15,10 +15,10 @@ import (
 	"github.com/grafana/grafana/pkg/bus"
 	"github.com/grafana/grafana/pkg/components/simplejson"
 	"github.com/grafana/grafana/pkg/log"
+	"github.com/grafana/grafana/pkg/login/social"
 	m "github.com/grafana/grafana/pkg/models"
 	"github.com/grafana/grafana/pkg/plugins"
 	"github.com/grafana/grafana/pkg/setting"
-	"github.com/grafana/grafana/pkg/social"
 	"github.com/grafana/grafana/pkg/util"
 	. "github.com/smartystreets/goconvey/convey"
 )