mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
pkg/*: clean up a few issues
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
This commit is contained in:
parent
90a44b875c
commit
a23c456e5a
9 changed files with 10 additions and 15 deletions
|
@ -53,7 +53,7 @@ func TestLocalSocket(t *testing.T) {
|
|||
if p.Addr != addr {
|
||||
t.Fatalf("Expected plugin addr `%s`, got %s\n", addr, p.Addr)
|
||||
}
|
||||
if p.TLSConfig.InsecureSkipVerify != true {
|
||||
if !p.TLSConfig.InsecureSkipVerify {
|
||||
t.Fatalf("Expected TLS verification to be skipped")
|
||||
}
|
||||
l.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue