Add missing host to communicator test

pull/24080/head
Fábio Matavelli 6 years ago
parent 48c187efe8
commit aefdef1044

@ -16,6 +16,7 @@ func TestCommunicator_new(t *testing.T) {
Ephemeral: terraform.EphemeralState{
ConnInfo: map[string]string{
"type": "telnet",
"host": "127.0.0.1",
},
},
}

Loading…
Cancel
Save