pull/7336/head
Don Kuntz 7 years ago
parent b0589c9643
commit 279fb7a632

@ -80,7 +80,7 @@ func TestFixerAmazonPrivateIPNonBoolean(t *testing.T) {
var f FixerAmazonPrivateIP
input := map[string]interface{}{
"builders": []map[string]interface{}{map[string]interface{}{
"builders": []map[string]interface{}{{
"type": "amazon-ebs",
"ssh_private_ip": "not-a-boolean-value",
}},

Loading…
Cancel
Save