From aefdef1044d46bec9aa42278df375a7155abd47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Matavelli?= Date: Wed, 12 Feb 2020 10:49:58 +0000 Subject: [PATCH] Add missing host to communicator test --- communicator/communicator_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/communicator/communicator_test.go b/communicator/communicator_test.go index 659222421..e20d0368b 100644 --- a/communicator/communicator_test.go +++ b/communicator/communicator_test.go @@ -16,6 +16,7 @@ func TestCommunicator_new(t *testing.T) { Ephemeral: terraform.EphemeralState{ ConnInfo: map[string]string{ "type": "telnet", + "host": "127.0.0.1", }, }, }