From 279fb7a63282028d08cfbf11dd42cb67cd5ad9e6 Mon Sep 17 00:00:00 2001 From: Don Kuntz Date: Mon, 25 Feb 2019 14:41:26 -0600 Subject: [PATCH] gofix --- fix/fixer_amazon_private_ip_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix/fixer_amazon_private_ip_test.go b/fix/fixer_amazon_private_ip_test.go index 96f925b97..55b2104a6 100644 --- a/fix/fixer_amazon_private_ip_test.go +++ b/fix/fixer_amazon_private_ip_test.go @@ -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", }},