Skip to content

Commit 108a010

Browse files
committed
Integration tests: variable scope fixed to satisfy AppVeyor tests
1 parent 7763efb commit 108a010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Integration/MSFT_xScheduledTask.Integration.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if ( (-not (Test-Path -Path (Join-Path -Path $script:moduleRoot -ChildPath 'DSCR
1212

1313
Import-Module -Name (Join-Path -Path $script:moduleRoot -ChildPath (Join-Path -Path 'DSCResource.Tests' -ChildPath 'TestHelper.psm1')) -Force
1414
$TestEnvironment = Initialize-TestEnvironment `
15-
-DSCModuleName $script:DSCModuleName `
16-
-DSCResourceName $script:DSCResourceName `
15+
-DSCModuleName $Global:DSCModuleName `
16+
-DSCResourceName $Global:DSCResourceName `
1717
-TestType Integration
1818

1919
#endregion

0 commit comments

Comments
 (0)