mirror of https://github.com/scrapy/scrapy.git
Remove duplicate test
This commit is contained in:
parent
fc2833d6bd
commit
deab93b243
|
|
@ -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,
|
||||
),
|
||||
*(
|
||||
(
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue