Skip to content

Commit

Permalink
CLI(Tests): Add check error_msg for show run test
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Apr 7, 2019
1 parent 638f3fc commit e245193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/integration/Cli.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Describe "Get (Any)CLi" {
$cli = Get-ArubaSWCli -cmd "show run"
$cli.status | Should be "CCS_SUCCESS"
$cli.cmd | Should be "show run"
$cli.error_msg | Should be $NULL
$cli.result_base64_encoded | Should not be $NULL
$cli.result | Should not be $NULL
}
Expand Down

0 comments on commit e245193

Please sign in to comment.