vigneshio commented on code in PR #4936:
URL: https://github.com/apache/polaris/pull/4936#discussion_r3501894177
##########
client/python/tests/test_polaris_cli.py:
##########
@@ -144,7 +142,9 @@ def test_enable_api_request_logging_logs_requests(
mock_original_urlopen.assert_called_once()
output = mock_stderr.getvalue()
- self.assertIn("Request: GET
http://localhost:8080/api/management/v1/catalogs", output)
+ self.assertIn(
+ "Request: GET http://localhost:8080/api/management/v1/catalogs",
output
Review Comment:
The formatting changes (incl the `assertIn` split) are from running `ruff
format` for **client lint**. I kept them in a separate commit.. So if they're
not needed for this PR means, we can easily drop that commit and handle the
formatting separately.
--
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]