Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Updated edge test to fix failures
Browse files Browse the repository at this point in the history
fixed correct usage of $null
  • Loading branch information
dcoghlan authored Aug 2, 2019
1 parent 6b031bc commit aeac9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/04.Edge.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Describe "Edge" {

it "Can retrieve cliSettings" {
$edge = Get-NsxEdge $name
$edge.cliSettings | should not be NULL
$edge.cliSettings | should not be $null
#By default it is admin
$edge.cliSettings.userName | should be "admin"
#By default it is 99999
Expand Down

0 comments on commit aeac9aa

Please sign in to comment.