We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63179db commit 3dbff47Copy full SHA for 3dbff47
tests/unit/interceptors/urllib_test.py
@@ -55,6 +55,6 @@ def test_without_body_response_length_is_zero():
55
pook.get("http://example.com").reply(200)
56
res = urlopen("http://example.com")
57
58
- assert res.read() == b''
+ assert res.read() == b""
59
assert res.length == 0
60
assert res.version == 11
0 commit comments