PYTHON-5773 Remove debug print statement from test_tlsinsecure_simple

This commit is contained in:
Jeffrey 'Alex' Clark 2026-04-24 09:11:13 -04:00
parent 05e8fd9298
commit bee50b17f3

View File

@ -465,7 +465,6 @@ class TestURI(unittest.TestCase):
"tlsInsecure": True,
"tlsDisableOCSPEndpointCheck": True,
}
print(parse_uri(uri)["options"])
self.assertEqual(res, parse_uri(uri)["options"])
def test_normalize_options(self):