Skip to content

Commit 75cf9da

Browse files
committed
lint
1 parent 53cbf33 commit 75cf9da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/functional_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ func validateDockerEnv(ctx context.Context, t *testing.T, profile string) {
139139
if err != nil {
140140
t.Fatalf("Failed to do minikube status after eval-ing docker-env %s", err)
141141
}
142+
if !strings.Contains(rr.Output(), "Running") {
143+
t.Fatalf("Expected minikube status output to include Running after but got \n%s", expectedContInside, rr.Output())
144+
}
142145

143146
}
144147

0 commit comments

Comments
 (0)