Fix test case
This commit is contained in:
parent
d8f78d9174
commit
e81378ac39
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue