From e6705a3f9c6792d77fbc15d3876d1037b85536ba Mon Sep 17 00:00:00 2001 From: Shamil Mubarakshin <127750046+shamil-mubarakshin@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:25:29 +0200 Subject: [PATCH] [ubuntu] Adjust kubectl version handling (#8098) --- images/linux/scripts/tests/Tools.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/tests/Tools.Tests.ps1 b/images/linux/scripts/tests/Tools.Tests.ps1 index 4ba13faa5..4fbf015ac 100644 --- a/images/linux/scripts/tests/Tools.Tests.ps1 +++ b/images/linux/scripts/tests/Tools.Tests.ps1 @@ -284,7 +284,7 @@ Describe "Kubernetes tools" { } It "kubectl" { - "kubectl version" | Should -MatchCommandOutput "Client Version: version.Info" + "kubectl version" | Should -MatchCommandOutput "Client Version: v" } It "helm" {