smaheshwar-pltr commented on code in PR #3220:
URL: https://github.com/apache/iceberg-python/pull/3220#discussion_r3270422545
##########
tests/integration/test_catalog.py:
##########
@@ -85,7 +86,15 @@ def sqlite_catalog_file(warehouse: Path) ->
Generator[Catalog, None, None]:
@pytest.fixture(scope="function")
def rest_catalog() -> Generator[Catalog, None, None]:
- test_catalog = RestCatalog("rest", uri="http://localhost:8181")
+ test_catalog = RestCatalog(
+ "rest",
+ **{
+ "uri": "http://localhost:8181",
+ "s3.endpoint": "http://localhost:9000",
+ "s3.access-key-id": "admin",
+ "s3.secret-access-key": "password",
Review Comment:
(Introducing in credentials for the new test below)
--
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]