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


##########
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:
   I've added te test :) Good suggestion, thanks!



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