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.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rfc7231_SUITE.erl b/test/rfc7231_SUITE.erl
index 1b8776e..6c74391 100644
--- a/test/rfc7231_SUITE.erl
+++ b/test/rfc7231_SUITE.erl
@@ -325,7 +325,7 @@ do_expect_discard_body_close(Config) ->
{ok, <<"POST">>} = gun:await_body(ConnPid, Ref1),
%% The connection is gone.
receive
- {gun_down, ConnPid, _, closed, _, _} ->
+ {gun_down, ConnPid, _, closed, _} ->
ok
after 1000 ->
error(timeout)