Skip to content

Commit 0690869

Browse files
committed
added failing test for multidict
1 parent 7b50d93 commit 0690869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_web_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_force_compression_no_accept(self, ResponseImpl):
173173
def test_compression(self, ResponseImpl):
174174
req = self.make_request(
175175
'GET', '/',
176-
headers=CIMultiDict({str(hdrs.ACCEPT_ENCODING): 'gzip, deflate'}))
176+
headers=CIMultiDict({hdrs.ACCEPT_ENCODING: 'gzip, deflate'}))
177177
resp = StreamResponse()
178178
self.assertFalse(resp.chunked)
179179

0 commit comments

Comments
 (0)