ndrluis commented on code in PR #1096: URL: https://github.com/apache/iceberg-python/pull/1096#discussion_r1729169588
########## tests/catalog/test_rest.py: ########## @@ -701,17 +702,17 @@ def test_load_table_404(rest_mock: Mocker) -> None: assert "Table does not exist" in str(e.value) -def test_table_exist_200(rest_mock: Mocker) -> None: +def test_table_exists_200(rest_mock: Mocker) -> None: Review Comment: We don’t have integration tests for the catalog interactions, so I created an issue to implement a test suite: https://github.com/apache/iceberg-python/issues/1010 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org