mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
Revert "Correctly call prepare function in test"
This reverts commit 6e8bfd3ce9.
This commit is contained in:
@@ -11,7 +11,7 @@ func TestVMXConfigPrepare(t *testing.T) {
|
||||
"two": "bar",
|
||||
}
|
||||
|
||||
errs := c.Prepare(testConfigTemplate(t), "")
|
||||
errs := c.Prepare(testConfigTemplate(t))
|
||||
if len(errs) > 0 {
|
||||
t.Fatalf("bad: %#v", errs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user