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

View File

@ -46,7 +46,7 @@ func TestNoKubernetes(t *testing.T) {
{"VerifyK8sNotRunning", validateK8SNotRunning},
{"ProfileList", validateProfileListNoK8S},
{"Stop", validateStopNoK8S},
{"StartNoArgs", validateStartNorArgs},
{"StartNoArgs", validateStartNoArgs},
{"VerifyK8sNotRunningSecond", validateK8SNotRunning},
}