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 4ddf8d7 commit 272387eCopy full SHA for 272387e
src/PowerShell/tests/Microsoft.WinGet.DSC.Tests.ps1
@@ -171,7 +171,7 @@ Describe 'WinGetPackage' {
171
$testPackageId = 'AppInstallerTest.TestExeInstaller'
172
$testPackageVersion = '1.0.0.0'
173
174
- InvokeWinGetDSC -Name WinGetSource -Method Set -Property @{ Name = $testSourceName; Argument = $testSourceArg; Type = $testSourceType; TrustLevel = 'Trusted' }
+ InvokeWinGetDSC -Name WinGetSource -Method Set -Property @{ Name = $testSourceName; Argument = $testSourceArg; Type = $testSourceType; TrustLevel = 'Trusted'; Explicit = $false }
175
}
176
177
It 'Get WinGetPackage' {
0 commit comments