From 37dd783dd87b036e806c68cb8cd6aa9cd2d99157 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Mon, 25 Jan 2021 11:03:24 -0800 Subject: [PATCH] Fix position of Configuring CNI --- pkg/minikube/out/register/register.go | 2 +- test/integration/json_output_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/minikube/out/register/register.go b/pkg/minikube/out/register/register.go index 4e1c580bac..e71bdee167 100644 --- a/pkg/minikube/out/register/register.go +++ b/pkg/minikube/out/register/register.go @@ -82,11 +82,11 @@ func init() { CreatingContainer, CreatingVM, RunningRemotely, + ConfiguringCNI, PreparingKubernetes, PreparingKubernetesCerts, PreparingKubernetesControlPlane, PreparingKubernetesBootstrapToken, - ConfiguringCNI, ConfiguringLHEnv, VerifyingKubernetes, EnablingAddons, diff --git a/test/integration/json_output_test.go b/test/integration/json_output_test.go index 01dfa6feb3..3363754cf2 100644 --- a/test/integration/json_output_test.go +++ b/test/integration/json_output_test.go @@ -122,7 +122,7 @@ func validateIncreasingCurrentSteps(ctx context.Context, t *testing.T, ces []*cl } } -func TestJSONOutputError(t *testing.T) { +func TestErrorJSONOutput(t *testing.T) { profile := UniqueProfileName("json-output-error") ctx, cancel := context.WithTimeout(context.Background(), Minutes(2)) defer Cleanup(t, profile, cancel)