From e81378ac393af8e08316d6d6446357eed37248b5 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 18 Jun 2015 04:46:39 -0700 Subject: [PATCH] Fix test case --- post-processor/compress/post-processor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-processor/compress/post-processor_test.go b/post-processor/compress/post-processor_test.go index f60a7846a..f6e82b1c9 100644 --- a/post-processor/compress/post-processor_test.go +++ b/post-processor/compress/post-processor_test.go @@ -139,7 +139,7 @@ func TestZipArchive(t *testing.T) { defer artifact.Destroy() } - tpl, err := template.Parse(strings.NewReader(tarTestCase)) + tpl, err := template.Parse(strings.NewReader(zipTestCase)) if err != nil { t.Fatalf("Unable to parse test config: %s", err) }