Skip to content

Commit 0d3ef08

Browse files
[ubuntu] aws session manager plugin 1.2.458.0 fix (#7291)
Co-authored-by: Ilia Shipitsin <ilia-shipitsin@github.com>
1 parent bc22983 commit 0d3ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/linux/scripts/tests/CLI.Tools.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Describe "AWS" {
2323
}
2424

2525
It "Session Manager Plugin for the AWS CLI" {
26-
session-manager-plugin | Out-String | Should -Match "plugin was installed successfully"
26+
session-manager-plugin 2>&1 | Out-String | Should -Match "plugin was installed successfully"
2727
}
2828

2929
It "AWS SAM CLI" {

0 commit comments

Comments
 (0)