Skip to content

Commit e618d7f

Browse files
committed
fix typing
1 parent d482538 commit e618d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ocsp/test_ocsp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242

4343
def _connect(options):
44+
assert CA_FILE is not None
4445
uri = f"mongodb://localhost:27017/?serverSelectionTimeoutMS=10000&tlsCAFile={Path(CA_FILE).as_posix()}&{options}"
4546
print(uri)
4647
try:

0 commit comments

Comments
 (0)