fix one test usage of BlockUntil

This commit is contained in:
Mahmood Ali 2020-03-21 18:25:13 -04:00
parent 5801039214
commit 01dc3c16e4
1 changed files with 2 additions and 2 deletions

View File

@ -340,8 +340,8 @@ func TestParse(t *testing.T) {
Driver: "docker",
User: "",
Lifecycle: &api.TaskLifecycle{
Hook: "prestart",
BlockUntil: "completed",
Hook: "prestart",
Sidecar: true,
},
Config: map[string]interface{}{
"image": "hashicorp/storagelocker",