Skip to content

Commit 00e81ce

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix pipeline
1 parent d9f140c commit 00e81ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc/tests/dsc_mcp.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Describe 'Tests for MCP server' {
163163
}
164164

165165
It 'Calling show_dsc_resource works' {
166-
$resource = (dsc resource list | ConvertFrom-Json -Depth 20 | Select-Object -First 1)
166+
$resource = (dsc resource list | Select-Object -First 1 | ConvertFrom-Json -Depth 20)
167167

168168
$mcpRequest = @{
169169
jsonrpc = "2.0"

0 commit comments

Comments
 (0)