Skip to content

Commit 828810e

Browse files
committed
GODRIVER-2964 Fix failing "TestClient/tls_connection". (#1374)
1 parent cbe8aa4 commit 828810e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mongo/integration/client_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ func TestClient(t *testing.T) {
128128
"expected security field to be type %v, got %v", bson.TypeMaxKey, security.Type)
129129
_, found := security.Document().LookupErr("SSLServerSubjectName")
130130
assert.Nil(mt, found, "SSLServerSubjectName not found in result")
131-
_, found = security.Document().LookupErr("SSLServerHasCertificateAuthority")
132-
assert.Nil(mt, found, "SSLServerHasCertificateAuthority not found in result")
133131
})
134132
mt.RunOpts("x509", mtest.NewOptions().Auth(true).SSL(true), func(mt *mtest.T) {
135133
testCases := []struct {

0 commit comments

Comments
 (0)