Update test/integration/no_kubernetes.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/12848/head
Medya Ghazizadeh 2021-11-03 14:24:17 -07:00 committed by GitHub
parent 5bcdba0a09
commit d3ec072193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func validateStopNoK8S(ctx context.Context, t *testing.T, profile string) {
args := []string{"stop", "-p", profile}
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
if err != nil {
t.Fatalf("Failed to stop minikbue %q : %v", rr.Command(), err)
t.Fatalf("Failed to stop minikube %q : %v", rr.Command(), err)
}
}