Merge pull request #5131 from hashicorp/acc_tests_5116

fix communicator tests
This commit is contained in:
Megan Marsh 2017-07-14 14:10:15 -07:00 committed by GitHub
commit ce56260b86

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}