MenelikV commented on code in PR #3012:
URL: https://github.com/apache/iceberg-python/pull/3012#discussion_r2786577185
##########
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:
Do you want me to move up the import ? I thought I could be confusing with
pyiceberg own ValidationError :/
--
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]