Skip to content

Commit

Permalink
style..
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Apr 27, 2015
1 parent 42b22ba commit a984fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/with_dummyserver/test_connectionpool.py
Expand Up @@ -629,7 +629,7 @@ def test_stream_keepalive(self):
'Connection': 'keep-alive',
},
preload_content=False,
retries=0,
retries=False,
)
for chunk in response.stream():
self.assertEqual(chunk, b'123')
Expand Down

0 comments on commit a984fdf

Please sign in to comment.