Skip to content

Commit eb3c8f2

Browse files
committed
fix: move to CippOrchestrator
1 parent 2659212 commit eb3c8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Tests/Invoke-CIPPDBTestsRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Invoke-CIPPDBTestsRun {
6464
}
6565

6666
Write-Information "InputObject: $($InputObject | ConvertTo-Json -Depth 5 -Compress)"
67-
$InstanceId = Start-NewOrchestration -FunctionName 'CIPPOrchestrator' -InputObject ($InputObject | ConvertTo-Json -Depth 5 -Compress)
67+
$InstanceId = Start-CIPPOrchestrator -InputObject $InputObject
6868
Write-Information "Started tests list orchestration with ID = '$InstanceId'"
6969

7070
return @{

0 commit comments

Comments
 (0)