Merge pull request #23446 from tiborvass/plugins-experimental
Plugins: experimental support for new plugin management Upstream-commit: 6ed921dc38be582939966f71a01ec10f03ed531f Component: engine
This commit is contained in:
@ -77,7 +77,7 @@ func (s *DockerExternalGraphdriverSuite) setUpPluginViaJSONFile(c *check.C) {
|
||||
mux := http.NewServeMux()
|
||||
s.jserver = httptest.NewServer(mux)
|
||||
|
||||
p := plugins.Plugin{Name: "json-external-graph-driver", Addr: s.jserver.URL}
|
||||
p := plugins.NewLocalPlugin("json-external-graph-driver", s.jserver.URL)
|
||||
b, err := json.Marshal(p)
|
||||
c.Assert(err, check.IsNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user