Skip to content

Commit

Permalink
Fix nil Cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Aug 24, 2023
1 parent 2b5a019 commit cb2a881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugincontainer/container_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func TestExamplePlugin(t *testing.T) {
client := plugin.NewClient(&plugin.ClientConfig{
HandshakeConfig: shared.Handshake,
Plugins: shared.PluginMap,
Cmd: exec.Command(""),
RunnerFunc: func(logger hclog.Logger, cmd *exec.Cmd, tmpDir string) (runner.Runner, error) {
cfg := &config.ContainerConfig{
Image: tc.image,
Expand Down

0 comments on commit cb2a881

Please sign in to comment.