ebyhr commented on code in PR #3349:
URL: https://github.com/apache/iceberg-python/pull/3349#discussion_r3216762795


##########
tests/catalog/test_rest.py:
##########
@@ -640,6 +639,54 @@ def test_list_views_200(rest_mock: Mocker) -> None:
     assert RestCatalog("rest", uri=TEST_URI, 
token=TEST_TOKEN).list_views(namespace) == [("examples", "fooshare")]
 
 
+def test_list_views_paginated_200(rest_mock: Mocker) -> None:

Review Comment:
   This test (test_list_views_paginated_200) verifies the omitted 
`next-page-token` field. Added another test with `"next-page-token": None`. 
   
   Let me know if you want me to add more tests. 



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