From 36836594f83a9dfdb30472a792d7ff73b3b48e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 6 Sep 2019 15:37:42 +0200 Subject: Fix tests failing following Gun update to master --- test/rfc7231_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rfc7231_SUITE.erl') 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. -- cgit v1.2.3