From 0d3ef08d6f5057563e0164a4dff27aaaf78d8456 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:04:45 +0100 Subject: [PATCH] [ubuntu] aws session manager plugin 1.2.458.0 fix (#7291) Co-authored-by: Ilia Shipitsin --- images/linux/scripts/tests/CLI.Tools.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/tests/CLI.Tools.Tests.ps1 b/images/linux/scripts/tests/CLI.Tools.Tests.ps1 index ba21be63..5be4d67e 100644 --- a/images/linux/scripts/tests/CLI.Tools.Tests.ps1 +++ b/images/linux/scripts/tests/CLI.Tools.Tests.ps1 @@ -23,7 +23,7 @@ Describe "AWS" { } It "Session Manager Plugin for the AWS CLI" { - session-manager-plugin | Out-String | Should -Match "plugin was installed successfully" + session-manager-plugin 2>&1 | Out-String | Should -Match "plugin was installed successfully" } It "AWS SAM CLI" {