aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/req_SUITE.erl')
-rw-r--r--test/req_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl
index cb54167..eafabfe 100644
--- a/test/req_SUITE.erl
+++ b/test/req_SUITE.erl
@@ -962,7 +962,7 @@ stream_body_content_length_nofin_error(Config) ->
%% The server closes the connection when the body couldn't be sent fully.
{error, {stream_error, closed}} ->
receive
- {gun_down, ConnPid, _, _, _, _} ->
+ {gun_down, ConnPid, _, _, _} ->
gun:close(ConnPid)
after 1000 ->
error(timeout)