Update test/integration/no_kubernetes.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/12848/head
parent
5bcdba0a09
commit
d3ec072193
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue