mirror of https://github.com/scrapy/scrapy.git
Fixing the minor typo on test file path in tests/test_downloadermiddleware_httpcompression.py
This commit is contained in:
parent
2e734e6b35
commit
156bb0a1d4
|
|
@ -25,7 +25,7 @@ FORMAT = {
|
|||
# $ zstd raw.html --no-content-size -o html-zstd-static-no-content-size.bin
|
||||
'zstd-static-no-content-size': ('html-zstd-static-no-content-size.bin', 'zstd'),
|
||||
# $ cat raw.html | zstd -o html-zstd-streaming-no-content-size.bin
|
||||
'zstd-streaming-no-content-size': ('html-zstd-static-no-content-size.bin', 'zstd'),
|
||||
'zstd-streaming-no-content-size': ('html-zstd-streaming-no-content-size.bin', 'zstd'),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue