Skip to content

Commit

Permalink
Revert "commit tests"
Browse files Browse the repository at this point in the history
This reverts commit cbd895a.
  • Loading branch information
svenvanrijen committed Mar 2, 2017
1 parent cbd895a commit 8f402ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Unit/MSFT_xCertReq.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ RenewalCert = $validThumbprint
#region Set-TargetResource
Describe "$DSCResourceName\Set-TargetResource" {
Mock -CommandName Join-Path -MockWith { 'xCertReq-Test' } `
-ParameterFilter { $Path -eq $env:Temp }
-ParameterFilter { $Path -eq $ENV:Temp }
Mock -CommandName Test-Path -MockWith { $true } `
-ParameterFilter { $Path -eq 'xCertReq-Test.req' }
Mock -CommandName Test-Path -MockWith { $true } `
Expand Down

0 comments on commit 8f402ac

Please sign in to comment.