This commit is contained in:
Megan Marsh 2020-06-05 14:05:59 -07:00
parent 48b448dfd5
commit 5d67183c4c
1 changed files with 1 additions and 0 deletions

View File

@ -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",
},