Skip to content

Commit 6d84493

Browse files
committed
fix lint
1 parent 75cf9da commit 6d84493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/functional_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func validateDockerEnv(ctx context.Context, t *testing.T, profile string) {
140140
t.Fatalf("Failed to do minikube status after eval-ing docker-env %s", err)
141141
}
142142
if !strings.Contains(rr.Output(), "Running") {
143-
t.Fatalf("Expected minikube status output to include Running after but got \n%s", expectedContInside, rr.Output())
143+
t.Fatalf("Expected status output to include 'Running' after eval docker-env but got \n%s", rr.Output())
144144
}
145145

146146
}

0 commit comments

Comments
 (0)