From 3b47893eb85bc235510fe9edc5107fd83cef2d01 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 14 Sep 2016 20:26:09 +0200 Subject: [PATCH] builder/amazon: reverted wrongly modified ssh_test's. --- builder/amazon/common/ssh_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/amazon/common/ssh_test.go b/builder/amazon/common/ssh_test.go index ed9c0ae08..9f1d4a53e 100644 --- a/builder/amazon/common/ssh_test.go +++ b/builder/amazon/common/ssh_test.go @@ -35,8 +35,8 @@ func TestSSHHost(t *testing.T) { {2, "", true, true, privateIP}, {2, "vpc-id", false, true, publicIP}, {2, "vpc-id", true, true, privateIP}, - {2, "", false, true, publicDNS}, - {2, "", true, true, privateIP}, + {3, "", false, false, ""}, + {3, "", true, false, ""}, {3, "vpc-id", false, false, ""}, {3, "vpc-id", true, false, ""}, }