packer: fix failing tests

pull/2151/head
Mitchell Hashimoto 11 years ago
parent 36c6d37f69
commit 048c764e05

@ -32,6 +32,7 @@ func testDefaultPackerConfig() map[string]interface{} {
BuilderTypeConfigKey: "foo",
DebugConfigKey: false,
ForceConfigKey: false,
TemplatePathKey: "",
UserVariablesConfigKey: make(map[string]string),
}
}

Loading…
Cancel
Save