Skip to content

Commit

Permalink
start command on the ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Dec 10, 2024
1 parent dba3911 commit d4da7c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ Describe 'Distribute User Cert Tests' -Tag 'Distribute' {
$possibleMacIDs.count | Should -Be 2

# invoke the commands manually to simulate the command queue containing items:
Start-JcSdkCommand -Id $possibleMacIDs[0].Id -SystemIds $macSystem.id
Start-JcSdkCommand -Id $possibleMacIDs[0] -SystemIds $macSystem.id

# define windows command body
$windowsCommandBody = @{
Expand Down Expand Up @@ -536,7 +536,7 @@ Describe 'Distribute User Cert Tests' -Tag 'Distribute' {
$possibleWindowsIDs.count | Should -Be 2

# invoke the commands manually to simulate the command queue containing items:
Start-JcSdkCommand -Id $possibleWindowsIDs[0].Id -SystemIds $windowsSystem.id
Start-JcSdkCommand -Id $possibleWindowsIDs[0] -SystemIds $windowsSystem.id

# Get the queued commands:
$queuedCmdsBefore = Get-QueuedCommandByUser -username $user.username
Expand Down

0 comments on commit d4da7c1

Please sign in to comment.