Skip to content

Commit

Permalink
Added -Force on Set-ObjectProperty -RawProperty test for AppVeyor fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
lordmilko committed Apr 23, 2018
1 parent 6f4884d commit 9468565
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Describe "Set-ObjectProperty" -Tag @("PowerShell", "UnitTest") {

SetAddressValidatorResponse "editsettings?id=3000&trafficmode_=errors&trafficmode_=discards"

$device | Set-ObjectProperty -RawProperty trafficmode_ -RawValue errors,discards
$device | Set-ObjectProperty -RawProperty trafficmode_ -RawValue errors,discards -Force
}

It "removes all but the last instance of a parameter" {
Expand Down

0 comments on commit 9468565

Please sign in to comment.