We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d664bb commit 2033fd7Copy full SHA for 2033fd7
1 file changed
tests/client/test_http.py
@@ -197,9 +197,7 @@ def test_redirect_handling():
197
conn_kw.pop("keepalive_delay", None)
198
conn_kw.pop("resolver", None)
199
200
- assert conn_kw == {
201
- "socket_options": _get_socket_opts(keepalive=True)
202
- }
+ assert conn_kw == {"socket_options": _get_socket_opts(keepalive=True)}
203
204
205
def test_server_infos():
0 commit comments