fix one test usage of BlockUntil
This commit is contained in:
parent
5801039214
commit
01dc3c16e4
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue