Commit 048c764e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer: fix failing tests

parent 36c6d37f
...@@ -32,6 +32,7 @@ func testDefaultPackerConfig() map[string]interface{} { ...@@ -32,6 +32,7 @@ func testDefaultPackerConfig() map[string]interface{} {
BuilderTypeConfigKey: "foo", BuilderTypeConfigKey: "foo",
DebugConfigKey: false, DebugConfigKey: false,
ForceConfigKey: false, ForceConfigKey: false,
TemplatePathKey: "",
UserVariablesConfigKey: make(map[string]string), UserVariablesConfigKey: make(map[string]string),
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment