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

View File

@ -27,7 +27,7 @@ import (
)
// TestNoKubernetes tests starting minikube without Kubernetes,
// for usecases where user only needs to use the container runtime (docker,containerd,crio) inside minikube
// for use cases where user only needs to use the container runtime (docker, containerd, crio) inside minikube
func TestNoKubernetes(t *testing.T) {
MaybeParallel(t)