Skip to content

Commit

Permalink
GODRIVER-2964 Fix failing "TestClient/tls_connection".
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Sep 1, 2023
1 parent 02d5139 commit a505511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mongo/integration/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ func TestClient(t *testing.T) {
"expected security field to be type %v, got %v", bson.TypeMaxKey, security.Type)
_, found := security.Document().LookupErr("SSLServerSubjectName")
assert.Nil(mt, found, "SSLServerSubjectName not found in result")
_, found = security.Document().LookupErr("SSLServerHasCertificateAuthority")
assert.Nil(mt, found, "SSLServerHasCertificateAuthority not found in result")
})
mt.RunOpts("x509", mtest.NewOptions().Auth(true).SSL(true), func(mt *mtest.T) {
testCases := []struct {
Expand Down

0 comments on commit a505511

Please sign in to comment.