We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d482538 commit e618d7fCopy full SHA for e618d7f
test/ocsp/test_ocsp.py
@@ -41,6 +41,7 @@
41
42
43
def _connect(options):
44
+ assert CA_FILE is not None
45
uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=10000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
46
print(uri)
47
try:
0 commit comments