aboutsummaryrefslogtreecommitdiffstats
path: root/test/rfc7231_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/rfc7231_SUITE.erl')
-rw-r--r--test/rfc7231_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rfc7231_SUITE.erl b/test/rfc7231_SUITE.erl
index 89ec7b4..1b8776e 100644
--- a/test/rfc7231_SUITE.erl
+++ b/test/rfc7231_SUITE.erl
@@ -157,7 +157,7 @@ method_delete(Config) ->
% ConnPid = gun_open(Config),
% Ref = gun:request(ConnPid, <<"CONNECT">>, "localhost:8080", [
% {<<"accept-encoding">>, <<"gzip">>}
-% ]),
+% ], <<>>),
% {response, fin, 501, _} = gun:await(ConnPid, Ref),
% ok.
@@ -212,7 +212,7 @@ method_trace(Config) ->
ConnPid = gun_open(Config),
Ref = gun:request(ConnPid, <<"TRACE">>, "/", [
{<<"accept-encoding">>, <<"gzip">>}
- ]),
+ ], <<>>),
{response, fin, 501, _} = gun:await(ConnPid, Ref),
ok.