We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc22983 commit 0d3ef08Copy full SHA for 0d3ef08
images/linux/scripts/tests/CLI.Tools.Tests.ps1
@@ -23,7 +23,7 @@ Describe "AWS" {
23
}
24
25
It "Session Manager Plugin for the AWS CLI" {
26
- session-manager-plugin | Out-String | Should -Match "plugin was installed successfully"
+ session-manager-plugin 2>&1 | Out-String | Should -Match "plugin was installed successfully"
27
28
29
It "AWS SAM CLI" {
0 commit comments