Fokko commented on code in PR #2394:
URL: https://github.com/apache/iceberg-python/pull/2394#discussion_r2308404683
##########
tests/catalog/test_rest.py:
##########
@@ -1486,7 +1486,7 @@ def
test_update_namespace_properties_invalid_namespace(rest_mock: Mocker) -> Non
assert "Empty namespace identifier" in str(e.value)
-def test_request_session_with_ssl_ca_bundle() -> None:
+def test_request_session_with_ssl_ca_bundle(monkeypatch) -> None:
Review Comment:
This should fix the CI:
```suggestion
def test_request_session_with_ssl_ca_bundle(monkeypatch: pytest.MonkeyPatch)
-> None:
```
--
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]