From 08933ad17a230792a886020e06725e44522974d4 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 Dec 2019 20:52:01 -0600 Subject: fix lint --- tests/test_static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_static.py') 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() -- cgit v1.2.3