8000
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 f58a0c8 commit 5092da7Copy full SHA for 5092da7
test/powershell/engine/Remoting/RoleCapabilityFiles.Tests.ps1
@@ -93,7 +93,7 @@ Describe "Remote session configuration RoleDefintion RoleCapabilityFiles key tes
93
[powershell] $ps = [powershell]::Create($iss)
94
$null = $ps.AddCommand('Get-Service')
95
96
- { $ps.Invoke() } | Should -Throw -ErrorId 'System.Management.Automation.CommandNotFoundException'
+ { $ps.Invoke() } | Should -Throw -ErrorId 'CommandNotFoundException'
97
98
$ps.Dispose()
99
}
0 commit comments