diff --git a/tests/test_responsetypes.py b/tests/test_responsetypes.py index f8968c1c1..ed817b3ce 100644 --- a/tests/test_responsetypes.py +++ b/tests/test_responsetypes.py @@ -49,18 +49,6 @@ class ResponseTypesTest(unittest.TestCase): retcls = responsetypes.from_content_type(source) assert retcls is cls, f"{source} ==> {retcls} != {cls}" - """def test_from_body(self): - mappings = [ - (b'\x03\x02\xdf\xdd\x23', Response), - (b'Some plain text\ndata with tabs\t and null bytes\0', TextResponse), - (b'