Correctly call prepare function in test

pull/3096/head
Jake Champlin 10 years ago
parent f01578c91e
commit 6e8bfd3ce9

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