fix communicator tests

This commit is contained in:
Megan Marsh 2017-07-14 13:58:28 -07:00
parent 01b9bf4d4f
commit a2f7a65e35

View file

@ -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}