Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 12, 2021
1 parent 93e2476 commit e936989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavern/testutils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ def time_request(_):
def print_response(_, extra_print="affa"):
logger.warning("STARTING:")
r = yield
logger.warning("Request is %s (%s)", r, extra_print)
logger.warning("Response is %s (%s)", r, extra_print)

0 comments on commit e936989

Please sign in to comment.