fix tests

This commit is contained in:
Matthew Hooker
2017-11-07 14:57:10 -08:00
parent 545ee45567
commit f681faa296
+1
View File
@@ -10,6 +10,7 @@ func testConfig() map[string]interface{} {
return map[string]interface{}{
"ami_name": "foo",
"source_ami": "foo",
"region": "us-east-1",
}
}