Skip to content

Commit 8adfb57

Browse files
author
3np
committed
test: log params to failed_refresh_response_handler
1 parent 2290d3e commit 8adfb57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jmclient/test_wallet_rpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ def successful_refresh_response_handler(self, response):
846846
def failed_refresh_response_handler(
847847
self, response, *, message=None, error_description=None
848848
):
849+
jlog.debug(f"failed_refresh_response_handler '{message}' ({error_description})")
849850
assert response.code == 400
850851
body = yield readBody(response)
851852
json_body = json.loads(body.decode("utf-8"))

0 commit comments

Comments
 (0)