This commit is contained in:
Mahmood Ali
2020-03-21 17:31:31 -04:00
parent 6c1474398f
commit 4558fa6aec

View File

@@ -285,7 +285,7 @@ func TestClient_RestartTracker_Lifecycle(t *testing.T) {
name: "batch job w/ sidecar prestart hook",
taskLifecycleConfig: &structs.TaskLifecycleConfig{
Hook: structs.TaskLifecycleHookPrestart,
Sidecar: false,
Sidecar: true,
},
jobType: structs.JobTypeBatch,
shouldRestartOnSuccess: true,