Skip to content

Commit 4449fa6

Browse files
committed
fix
1 parent b2c689b commit 4449fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_keep_alive_off_by_default(make_client):
191191
client = make_client()
192192

193193
options = client.transport._get_pool_options([])
194-
assert options["socket_options"] != KEEP_ALIVE_SOCKET_OPTIONS
194+
assert "socket_options" not in options
195195

196196

197197
def test_transport_infinite_loop(capturing_server, request, make_client):

0 commit comments

Comments
 (0)