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:57 -07:00 committed by GitHub
parent e15065ae68
commit 0ef4fc54e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ func validateProfileListNoK8S(ctx context.Context, t *testing.T, profile string)
}
// validateStartNoArgs valides that minikube start with no args works
func validateStartNorArgs(ctx context.Context, t *testing.T, profile string) {
func validateStartNoArgs(ctx context.Context, t *testing.T, profile string) {
defer PostMortemLogs(t, profile)
args := append([]string{"start", "-p", profile, "--no-kubernetes"}, StartArgs()...)