Skip to content

Commit f50a752

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix test adapter
1 parent bb8fb00 commit f50a752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powershell-adapter/Tests/TestAdapter/testadapter.resource.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ switch ($Operation) {
5959
}
6060
'Export' {
6161
@{result = @(
62-
@{name = $inputobj.resources.name; type = $inputobj.resources.type; properties = @{'TestCaseId' = 1; 'Input' = ''}},
63-
@{name = $inputobj.resources.name; type = $inputobj.resources.type; properties = @{'TestCaseId' = 2; 'Input' = ''}}
62+
@{'TestCaseId' = 1; 'Input' = ''},
63+
@{'TestCaseId' = 2; 'Input' = ''}
6464
)} | ConvertTo-Json -Depth 10 -Compress
6565
}
6666
'Validate' {

0 commit comments

Comments
 (0)