mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-08 16:35:25 -04:00
Add missing host to communicator test
This commit is contained in:
parent
48c187efe8
commit
aefdef1044
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue