update local code for updated modules
Some tests had to be skipped as there's some issues to address, and some of the result-types cannot be mocked / stubbed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -38,5 +38,6 @@ func runEnable(ctx context.Context, dockerCli command.Cli, name string, opts cli
|
||||
if opts.Timeout < 0 {
|
||||
return fmt.Errorf("negative timeout %d is invalid", opts.Timeout)
|
||||
}
|
||||
return dockerCli.Client().PluginEnable(ctx, name, opts)
|
||||
_, err := dockerCli.Client().PluginEnable(ctx, name, opts)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user