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