Skip to content

Commit 02197b9

Browse files
committed
added missing commna
1 parent 7b08ffe commit 02197b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/functional_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func validateImageCommands(ctx context.Context, t *testing.T, profile string) {
255255
t.Run("ImageBuild", func(t *testing.T) {
256256
MaybeParallel(t)
257257

258-
rr, err := Run(t exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "pgrep", "buildkitd"))
258+
rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "pgrep", "buildkitd"))
259259
if err == nil {
260260
t.Errorf("buildkitd process is running, should not be running until `minikube image build` is ran")
261261
}

0 commit comments

Comments
 (0)