Correctly call prepare function in test
This commit is contained in:
parent
f01578c91e
commit
6e8bfd3ce9
|
@ -11,7 +11,7 @@ func TestVMXConfigPrepare(t *testing.T) {
|
||||||
"two": "bar",
|
"two": "bar",
|
||||||
}
|
}
|
||||||
|
|
||||||
errs := c.Prepare(testConfigTemplate(t))
|
errs := c.Prepare(testConfigTemplate(t), "")
|
||||||
if len(errs) > 0 {
|
if len(errs) > 0 {
|
||||||
t.Fatalf("bad: %#v", errs)
|
t.Fatalf("bad: %#v", errs)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue