Revert "Correctly call prepare function in test"

This reverts commit 6e8bfd3ce9.
This commit is contained in:
Chris Bednarski 2016-02-02 12:41:37 -08:00
parent 114bddfe36
commit 7ad2104c7f

View file

@ -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)
}