Explorar o código

Remove auth module from ds_proxy oauth test

Sean Lafferty %!s(int64=6) %!d(string=hai) anos
pai
achega
4324a7f51a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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,
 				}),
 			}