Skip to content

Commit

Permalink
Restored the test
Browse files Browse the repository at this point in the history
  • Loading branch information
finik-dev-team committed Feb 5, 2021
1 parent bcd67d1 commit d4e57b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ 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 d4e57b2

Please sign in to comment.