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.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl
index f130451..0c02868 100644
--- a/test/cowboy_test.erl
+++ b/test/cowboy_test.erl
@@ -112,8 +112,7 @@ gun_open(Config, Opts) ->
retry => 0,
transport => config(type, Config),
transport_opts => proplists:get_value(transport_opts, Config, []),
- protocols => [config(protocol, Config)],
- http_opts => proplists:get_value(http_opts, Config, #{})
+ protocols => [config(protocol, Config)]
}),
ConnPid.