From 0ef4fc54e65a01cf1806f3a3b54e293d9ae18e4c Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Wed, 3 Nov 2021 14:24:57 -0700 Subject: [PATCH] Update test/integration/no_kubernetes.go Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com> --- test/integration/no_kubernetes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/no_kubernetes.go b/test/integration/no_kubernetes.go index 74fe15c204..3617a129d9 100644 --- a/test/integration/no_kubernetes.go +++ b/test/integration/no_kubernetes.go @@ -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()...)