This commit is contained in:
Rutvij Mehta
2023-05-15 09:14:38 -07:00
parent 49c16053ec
commit 06e2f3535f
+1 -1
View File
@@ -161,7 +161,7 @@ func TestCommandBuild(t *testing.T) {
tc := tc
t.Run(tc.name, func(t *testing.T) {
cmd := commandBuild(tc.build)
cmd := commandBuild(tc.build, "plugins/drone-docker:latest")
if !reflect.DeepEqual(cmd.String(), tc.want.String()) {
t.Errorf("Got cmd %v, want %v", cmd, tc.want)