Skip to content

Commit

Permalink
data of test with error > stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
finik-dev-team committed Feb 5, 2021
1 parent 1654d71 commit bcd67d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def test_request_body_from_file_by_path_chunked(self, httpbin):
HTTPBIN_WITH_CHUNKED_SUPPORT + '/post',
'@' + FILE_PATH_ARG,
)
print(r)
assert HTTP_OK in r
assert 'Transfer-Encoding: chunked' in r
assert '"Content-Type": "text/plain"' in r
Expand Down

0 comments on commit bcd67d1

Please sign in to comment.