Revert "Correctly call prepare function in test"

This reverts commit 6e8bfd3ce9.
pull/3145/head
Chris Bednarski 10 years ago
parent 114bddfe36
commit 7ad2104c7f

@ -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…
Cancel
Save