Skip to content

Commit

Permalink
more test info
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Dec 24, 2020
1 parent 456725e commit 9a29914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def assert_request(

if assert_data is not None:
if callable(assert_data):
assert assert_data(r_body)
assert assert_data(r_body), r_body
else:
assert r_body == assert_data

Expand Down

0 comments on commit 9a29914

Please sign in to comment.