aboutsummaryrefslogtreecommitdiffstats
path: root/test/cowboy_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/cowboy_test.erl')
-rw-r--r--test/cowboy_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl
index a8cb364..1591a5f 100644
--- a/test/cowboy_test.erl
+++ b/test/cowboy_test.erl
@@ -111,7 +111,7 @@ gun_open(Config, Opts) ->
{ok, ConnPid} = gun:open("localhost", config(port, Config), Opts#{
retry => 0,
transport => config(type, Config),
- transport_opts => proplists:get_value(transport_opts, Config, []),
+ tls_opts => proplists:get_value(tls_opts, Config, []),
protocols => [config(protocol, Config)]
}),
ConnPid.