mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
fix communicator tests
This commit is contained in:
parent
01b9bf4d4f
commit
a2f7a65e35
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ func TestUploadDownload(t *testing.T) {
|
|||
upload,
|
||||
download,
|
||||
},
|
||||
ProvisionerTypes: []string{"", ""},
|
||||
},
|
||||
}
|
||||
hook := &packer.DispatchHook{Mapping: hooks}
|
||||
|
|
@ -161,6 +162,7 @@ func TestLargeDownload(t *testing.T) {
|
|||
downloadCupcake,
|
||||
downloadBigcake,
|
||||
},
|
||||
ProvisionerTypes: []string{"", "", ""},
|
||||
},
|
||||
}
|
||||
hook := &packer.DispatchHook{Mapping: hooks}
|
||||
|
|
|
|||
Loading…
Reference in a new issue