Skip to content

Commit d0223b9

Browse files
authored
Merge pull request #661 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents c0e31e7 + b41127c commit d0223b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Invoke-ExecTestRun.ps1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ function Invoke-ExecTestRun {
3636
$InstanceId = Start-NewOrchestration -FunctionName 'CIPPOrchestrator' -InputObject ($InputObject | ConvertTo-Json -Depth 5 -Compress)
3737

3838
$StatusCode = [HttpStatusCode]::OK
39-
$Body = [PSCustomObject]@{
40-
Results = "Successfully started data collection and test run for $TenantFilter"
41-
InstanceId = $InstanceId
42-
}
39+
$Body = [PSCustomObject]@{ Results = "Successfully started data collection and test run for $TenantFilter" }
4340

4441
Write-LogMessage -API $APIName -tenant $TenantFilter -message "Data collection and test run orchestration started. Instance ID: $InstanceId" -sev Info
4542

0 commit comments

Comments
 (0)