Skip to content

Commit

Permalink
fix go-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
winkingturtle-vmw authored and ebroberson committed Feb 12, 2024
1 parent bbe5350 commit 9c53d48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ func TestE2E(t *testing.T) {

// found certificate in list, and negotiated TLS successfully
if clientConf.InsecureSkipVerify != false {
t.Error("failed, expected certificate validation to be enabled")
t.Error("failed, expected certificate validation to be enabled")
}
if len(clientConf.Certificates) == 0 {
t.Error("failed, expected client to negotiate certificate")
t.Error("failed, expected client to negotiate certificate")
}
}

Expand Down Expand Up @@ -139,10 +139,10 @@ func TestE2EFromFile(t *testing.T) {

// found certificate in list, and negotiated TLS successfully
if clientConf.InsecureSkipVerify != false {
t.Error("failed, expected certificate validation to be enabled")
t.Error("failed, expected certificate validation to be enabled")
}
if len(clientConf.Certificates) == 0 {
t.Error("failed, expected client to negotiate certificate")
t.Error("failed, expected client to negotiate certificate")
}
}

Expand Down

0 comments on commit 9c53d48

Please sign in to comment.