summaryrefslogtreecommitdiff
path: root/tests/test_static.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-15 20:52:01 -0600
committerMichael Merickel <michael@merickel.org>2019-12-15 20:52:01 -0600
commit08933ad17a230792a886020e06725e44522974d4 (patch)
treeb1fcd0e4098275b31ddb6d682b7c7bdfdb9f1c05 /tests/test_static.py
parent8fe8725d4d20b18715291d3b45899d3389fe1d8b (diff)
downloadpyramid-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.py2
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()