MonkeyCanCode commented on code in PR #4936:
URL: https://github.com/apache/polaris/pull/4936#discussion_r3510082983
##########
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:
+ 1 for removing the formatting out from current PR.
--
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]