浏览代码

Remove auth module from ds_proxy oauth test

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

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

@@ -417,8 +417,7 @@ func TestDSRouteRule(t *testing.T) {
 				Type: "custom-datasource",
 				Url:  "http://host/root/",
 				JsonData: simplejson.NewFromAny(map[string]interface{}{
-					"oauthPassThru":         true,
-					"oauthPassThruProvider": "oauth_generic_oauth",
+					"oauthPassThru": true,
 				}),
 			}