aboutsummaryrefslogtreecommitdiffstats
path: root/test/req_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-02 10:10:43 +0200
committerLoïc Hoguin <[email protected]>2019-10-02 10:10:43 +0200
commite1d452411873cc11530f5e01d30b5f27e38a9423 (patch)
tree095c54120bb2ed30a228f748a4922b0944d6c00b /test/req_SUITE.erl
parent6ddabc2c21498e66ad94a78f1839197c4090e704 (diff)
downloadcowboy-e1d452411873cc11530f5e01d30b5f27e38a9423.tar.gz
cowboy-e1d452411873cc11530f5e01d30b5f27e38a9423.tar.bz2
cowboy-e1d452411873cc11530f5e01d30b5f27e38a9423.zip
Update gun_down messages in test suites
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)