diff --git a/communicator/communicator_test.go b/communicator/communicator_test.go index 6592224216..e20d0368b8 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", }, }, }