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", }, }, }