Add missing host to communicator test

This commit is contained in:
Fábio Matavelli 2020-02-12 10:49:58 +00:00
parent 48c187efe8
commit aefdef1044
1 changed files with 1 additions and 0 deletions

View File

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