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 4d84ad6 commit af51133Copy full SHA for af51133
reboot_pending/tests/reboot_pending.tests.ps1
@@ -27,7 +27,7 @@ Describe 'reboot_pending resource tests' {
27
$LASTEXITCODE | Should -Be 0
28
$out.actualState.reason | Should -Not -BeNullOrEmpty
29
} finally {
30
- Remove-ItemProperty -Path $keyPath -Name $keyName -ErrorAction SilentlyContinue
+ Remove-ItemProperty -Path $keyPath -Name $keyName -ErrorAction Ignore
31
}
32
33
0 commit comments