From deab93b243248eec77f460ddd1bc0eac8cae0133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 10 Jan 2023 19:04:52 +0100 Subject: [PATCH] Remove duplicate test --- tests/test_utils_response.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_utils_response.py b/tests/test_utils_response.py index 0f8e99999..c4a66184d 100644 --- a/tests/test_utils_response.py +++ b/tests/test_utils_response.py @@ -461,13 +461,6 @@ POST_XTRACTMIME_SCENARIOS = ( # # - Feeds mislabeled as HTML # https://mimesniff.spec.whatwg.org/#rules-for-distinguishing-if-a-resource-is-a-feed-or-html - ( - { - 'body': b'a', - 'headers': Headers({'Content-Type': ['application/octet-stream']}), - }, - Response, - ), *( ( {