Skip to content

Commit 35b315b

Browse files
committed
PYTHON-5773 Remove debug print statement from test_tlsinsecure_simple
1 parent 6387e2c commit 35b315b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_uri_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ def test_tlsinsecure_simple(self):
465465
"tlsInsecure": True,
466466
"tlsDisableOCSPEndpointCheck": True,
467467
}
468-
print(parse_uri(uri)["options"])
469468
self.assertEqual(res, parse_uri(uri)["options"])
470469

471470
def test_normalize_options(self):

0 commit comments

Comments
 (0)