mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-27 01:11:10 -06:00
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
Block a user