added missing commna
parent
7b08ffe352
commit
02197b90cc
|
@ -255,7 +255,7 @@ func validateImageCommands(ctx context.Context, t *testing.T, profile string) {
|
|||
t.Run("ImageBuild", func(t *testing.T) {
|
||||
MaybeParallel(t)
|
||||
|
||||
rr, err := Run(t exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "pgrep", "buildkitd"))
|
||||
rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "pgrep", "buildkitd"))
|
||||
if err == nil {
|
||||
t.Errorf("buildkitd process is running, should not be running until `minikube image build` is ran")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue