helper/communicator: fix vet
This commit is contained in:
parent
115d583cff
commit
c3cc9e844e
|
@ -19,7 +19,7 @@ func TestConfigType(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.Type != "ssh" {
|
if c.Type != "ssh" {
|
||||||
t.Fatal("bad: %#v", c)
|
t.Fatalf("bad: %#v", c)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue