aboutsummaryrefslogtreecommitdiffstats
path: root/test/rfc7231_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/rfc7231_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/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)