Skip to content

Commit

Permalink
fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnywang committed Dec 6, 2024
1 parent 8bbbbab commit a1a9480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/engine/engine_windows_integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func TestManagedAgentEvent(t *testing.T) {

func createTestExecCommandAgentTask(taskId, containerName string, sleepFor time.Duration) *apitask.Task {
testTask := CreateTestTask("arn:aws:ecs:us-west-2:1234567890:task/" + taskId)
testTask.PIDMode = ecstypes.PidModeHost
testTask.PIDMode = string(ecstypes.PidModeHost)
testTask.Containers[0].Name = containerName
testTask.Containers[0].Image = testExecCommandAgentImage
testTask.Containers[0].Command = []string{testExecCommandAgentSleepBin, "-time=" + sleepFor.String()}
Expand Down

0 comments on commit a1a9480

Please sign in to comment.