Remove auth module from ds_proxy oauth test

pull/15205/head
Sean Lafferty 7 years ago
parent 3b15e110a5
commit 4324a7f51a
  1. 3
      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,
}),
}

Loading…
Cancel
Save