aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sendfile_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl
index 5a6d2cb..97716f7 100644
--- a/test/sendfile_SUITE.erl
+++ b/test/sendfile_SUITE.erl
@@ -270,7 +270,7 @@ do_ssl_chunk_size(Config) ->
sockets(Config) ->
Transport = config(transport, Config),
TransportOpts = config(transport_opts, Config),
- {ok, LSocket} = Transport:listen(TransportOpts),
+ {ok, LSocket} = Transport:listen(#{socket_opts => TransportOpts}),
{ok, {_, Port}} = Transport:sockname(LSocket),
Self = self(),
Fun = fun() ->