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