Fixup assertion broken in rewrite to py.test

Broke it in 0364a8ca7fc67b89f3e54d50fa3936d65e979b96
This commit is contained in:
Cory Benfield
2015-10-23 17:28:53 +01:00
parent 70d7b134c8
commit be564e500c
+1 -1
View File
@@ -1136,7 +1136,7 @@ class TestRequests(object):
with contextlib.closing(s.get(httpbin('stream/4'), stream=True)) as response:
pass
assert not response._content_consumed is False
assert response._content_consumed is False
assert response.raw.closed
@pytest.mark.xfail