Fokko commented on code in PR #8465:
URL: https://github.com/apache/iceberg/pull/8465#discussion_r1314320877


##########
python/tests/catalog/test_rest.py:
##########
@@ -677,6 +677,120 @@ def test_create_table_409(rest_mock: Mocker, 
table_schema_simple: Schema) -> Non
     assert "Table already exists" in str(e.value)
 
 
+def test_register_table_200(rest_mock: Mocker, table_schema_simple: Schema) -> 
None:

Review Comment:
   Yes, I can add that one as well. For some context, in 
https://github.com/apache/iceberg/pull/8374 I've moved to integration tests, 
and I don't like mocking all of this, so I figured adding the other tests once 
that's implemented by the REST catalog.



-- 
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]

Reply via email to