We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a306 commit ccdb0e0Copy full SHA for ccdb0e0
Tests/Engine/ModuleDependencyHandler.tests.ps1
@@ -34,7 +34,7 @@ Describe "Resolve DSC Resource Dependency" {
34
$expectedPath = [System.IO.Path]::GetTempPath()
35
$depHandler.TempPath | Should Be $expectedPath
36
37
- $expectedLocalAppDataPath = [System.Environment]::GetEnvironmentVariable("LOCALAPPDATA");
+ $expectedLocalAppDataPath = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::LocalApplicationData)
38
$depHandler.LocalAppDataPath | Should Be $expectedLocalAppDataPath
39
40
$expectedModuleRepository = "PSGallery"
0 commit comments