From a2f7a65e350e769112e7c79d2ee264d912903189 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 14 Jul 2017 13:58:28 -0700 Subject: [PATCH] fix communicator tests --- builder/docker/communicator_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/docker/communicator_test.go b/builder/docker/communicator_test.go index 908593a5e..0c98dbbb2 100644 --- a/builder/docker/communicator_test.go +++ b/builder/docker/communicator_test.go @@ -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}