mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 04:07:20 +00:00
Fix test failures
This commit is contained in:
parent
40a030f215
commit
5a75ea3fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class TestResponseCore(object):
|
|||
"""
|
||||
def test_repr(self):
|
||||
response = tresp()
|
||||
assert repr(response) == "Response(200 OK, unknown content type, 7B)"
|
||||
assert repr(response) == "Response(200 OK, unknown content type, 7b)"
|
||||
response.content = None
|
||||
assert repr(response) == "Response(200 OK, no content)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue