remove 123 dev comment

pull/13072/head
klaases 2021-12-02 14:49:08 -08:00
parent 5b4e429d09
commit 31a0b6d513
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ func validateStartNoArgs(ctx context.Context, t *testing.T, profile string) {
}
}
// getK8sStatus returns whether Kubernetes is running. 123
// getK8sStatus returns whether Kubernetes is running.
func getK8sStatus(ctx context.Context, t *testing.T, profile string) string {
// Run `minikube status` as JSON output.
rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "status", "-o", "json"))