diff --git a/images/win/scripts/Tests/Tools.Tests.ps1 b/images/win/scripts/Tests/Tools.Tests.ps1 index ad94ce14..26675fed 100644 --- a/images/win/scripts/Tests/Tools.Tests.ps1 +++ b/images/win/scripts/Tests/Tools.Tests.ps1 @@ -95,7 +95,7 @@ Describe "KubernetesTools" { } It "kubectl" { - "kubectl version --client=true --short=true" | Should -ReturnZeroExitCode + "kubectl version --client=true" | Should -ReturnZeroExitCode } It "Helm" {