Fokko commented on code in PR #1096: URL: https://github.com/apache/iceberg-python/pull/1096#discussion_r1729144928
########## 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: This is interesting, the integration tests aren't working? -- 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