mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-21 14:20:40 -04:00
Revert "Correctly call prepare function in test"
This reverts commit 6e8bfd3ce9.
This commit is contained in:
parent
114bddfe36
commit
7ad2104c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue