Commit e81378ac authored by Chris Bednarski's avatar Chris Bednarski

Fix test case

parent d8f78d91
...@@ -139,7 +139,7 @@ func TestZipArchive(t *testing.T) { ...@@ -139,7 +139,7 @@ func TestZipArchive(t *testing.T) {
defer artifact.Destroy() defer artifact.Destroy()
} }
tpl, err := template.Parse(strings.NewReader(tarTestCase)) tpl, err := template.Parse(strings.NewReader(zipTestCase))
if err != nil { if err != nil {
t.Fatalf("Unable to parse test config: %s", err) t.Fatalf("Unable to parse test config: %s", err)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment