Skip to content

Commit f948764

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix test
1 parent 7133d07 commit f948764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/dism_dsc/tests/featureOnDemand_set.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Describe 'Microsoft.Windows/FeatureOnDemandList - set operation' -Skip:(!$IsWind
3030

3131
$script:initialInstalledState = Get-CapabilityState -capabilityName $knownCapability
3232
if (-not $script:initialInstalledState) {
33-
throw "Failed to parse capability state for $knownCapability during test setup. DISM output: $($dismOutput)"
33+
throw "Failed to parse capability state for $knownCapability during test setup."
3434
}
3535
}
3636

0 commit comments

Comments
 (0)