Remove duplicate test

This commit is contained in:
Adrián Chaves 2023-01-10 19:04:52 +01:00
parent fc2833d6bd
commit deab93b243
1 changed files with 0 additions and 7 deletions

View File

@ -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,
),
*(
(
{