diff options
Diffstat (limited to 'test/cowboy_test.erl')
-rw-r--r-- | test/cowboy_test.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl index 23185b4..8bd808a 100644 --- a/test/cowboy_test.erl +++ b/test/cowboy_test.erl @@ -112,7 +112,8 @@ gun_open(Config, Opts) -> retry => 0, transport => config(type, Config), transport_opts => proplists:get_value(transport_opts, Config, []), - protocols => [config(protocol, Config)] + protocols => [config(protocol, Config)], + http_opts => proplists:get_value(http_opts, Config, #{}) }), ConnPid. |