summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()