aboutsummaryrefslogtreecommitdiffstats
path: root/test/cowboy_test.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-06 13:33:15 +0200
committerLoïc Hoguin <[email protected]>2019-09-06 13:33:15 +0200
commit86c16fdccc48b1e97424a1e1fd59d95ebf4a35a3 (patch)
treeb352bf1caa82af934f08fb84a7e7f884ffec6234 /test/cowboy_test.erl
parent36441d35bd4e82f8bfca775fbff7e4eabd03397a (diff)
downloadcowboy-86c16fdccc48b1e97424a1e1fd59d95ebf4a35a3.tar.gz
cowboy-86c16fdccc48b1e97424a1e1fd59d95ebf4a35a3.tar.bz2
cowboy-86c16fdccc48b1e97424a1e1fd59d95ebf4a35a3.zip
Rename Gun's transport_opts to tls_opts
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.