PYTHON-5773 Remove debug print statement from test_tlsinsecure_simple
This commit is contained in:
parent
05e8fd9298
commit
bee50b17f3
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user