Fixing the minor typo on test file path in tests/test_downloadermiddleware_httpcompression.py

This commit is contained in:
P. Chen 2020-10-06 19:53:40 +01:00
parent 2e734e6b35
commit 156bb0a1d4
No known key found for this signature in database
GPG Key ID: E3353B0B8B3E8B49
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
}