MenelikV commented on code in PR #3012:
URL: https://github.com/apache/iceberg-python/pull/3012#discussion_r2786614487


##########
tests/catalog/test_rest.py:
##########
@@ -1641,6 +1641,29 @@ def 
test_update_namespace_properties_invalid_namespace(rest_mock: Mocker) -> Non
     assert "Empty namespace identifier" in str(e.value)
 
 
+def test_with_disabled_ssl_ca_bundle(rest_mock: Mocker) -> None:
+    from pydantic import ValidationError

Review Comment:
   With the simpler test, I don't need this import anymore, I will mark this as 
resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to