diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-15 20:52:01 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2019-12-15 20:52:01 -0600 |
| commit | 08933ad17a230792a886020e06725e44522974d4 (patch) | |
| tree | b1fcd0e4098275b31ddb6d682b7c7bdfdb9f1c05 /tests/test_static.py | |
| parent | 8fe8725d4d20b18715291d3b45899d3389fe1d8b (diff) | |
| download | pyramid-08933ad17a230792a886020e06725e44522974d4.tar.gz pyramid-08933ad17a230792a886020e06725e44522974d4.tar.bz2 pyramid-08933ad17a230792a886020e06725e44522974d4.zip | |
fix lint
Diffstat (limited to 'tests/test_static.py')
| -rw-r--r-- | tests/test_static.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_static.py b/tests/test_static.py index 73814e222..2933e4310 100644 --- a/tests/test_static.py +++ b/tests/test_static.py @@ -533,7 +533,7 @@ class Test_static_view_content_encodings(unittest.TestCase): 'tests:fixtures/static', content_encodings=['gzip'] ) request = self._makeRequest( - {'PATH_INFO': '/only_encoded.html', 'HTTP_ACCEPT_ENCODING': 'br',} + {'PATH_INFO': '/only_encoded.html', 'HTTP_ACCEPT_ENCODING': 'br'} ) context = DummyContext() |
