Merge pull request #5131 from hashicorp/acc_tests_5116

fix communicator tests
pull/5132/head
Megan Marsh 9 years ago committed by GitHub
commit ce56260b86

@ -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…
Cancel
Save