Add missing host to communicator test
This commit is contained in:
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…
Reference in New Issue