fix: return response body from revoke! for logging pipeline#562
fix: return response body from revoke! for logging pipeline#562viacheslav-rostovtsev merged 3 commits intogoogleapis:mainfrom
Conversation
retry_with_error passes the block's return value to log_response, which expects a JSON-parseable string.
|
Hello! Thank you for raising the issue and implementing a fix. While looking into it I've also noticed that the LMK if you would prefer me to do this in a separate PR rather than yours |
Hello. Thank you for taking an eye on that. I personally don't mind, you may leave changes here |
fb5b797
into
googleapis:main
Fixes a bug in
UserRefreshCredentials.revoke!where the method was returning an integer (0) instead of the response body, causing JSON parsing errors inlog_response.Fixes: #540