fix test
This commit is contained in:
parent
48b448dfd5
commit
5d67183c4c
|
@ -10,6 +10,7 @@ func TestCommHost(t *testing.T) {
|
||||||
state := testState(t)
|
state := testState(t)
|
||||||
config := SSHConfig{
|
config := SSHConfig{
|
||||||
Comm: communicator.Config{
|
Comm: communicator.Config{
|
||||||
|
Type: "ssh",
|
||||||
SSH: communicator.SSH{
|
SSH: communicator.SSH{
|
||||||
SSHHost: "127.0.0.1",
|
SSHHost: "127.0.0.1",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue