From 01e13c0846a15a1f18ac586b68a6b9e6feb5c692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 11 Dec 2017 17:43:02 +0100 Subject: Fix how we require HTTP/1.0 from Gun in rfc7231_SUITE --- test/cowboy_test.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/cowboy_test.erl') 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. -- cgit v1.2.3