Skip to content

Commit 64d5fac

Browse files
committed
chore: update comment
1 parent afe4936 commit 64d5fac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/unit/assorted/uri_options.spec.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ describe('URI option spec tests', function () {
1111
'Valid options specific to single-threaded drivers are parsed correctly',
1212

1313
// These options are specific to OCSP which the driver does not implement
14-
// and will not be implemented in the future.
14+
// and will not be implemented in the future. Note that the other URI
15+
// option tests that are testing these options are passing, simply because
16+
// they are testing error conditions and the driver is throwing a MongoParseError
17+
// when either of these options are provided.
1518
'tlsDisableCertificateRevocationCheck can be set to true',
1619
'tlsDisableCertificateRevocationCheck can be set to false',
1720
'tlsDisableOCSPEndpointCheck can be set to true',

0 commit comments

Comments
 (0)