From e1d452411873cc11530f5e01d30b5f27e38a9423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 2 Oct 2019 10:10:43 +0200 Subject: Update gun_down messages in test suites --- test/rfc7231_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rfc7231_SUITE.erl') 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) -- cgit v1.2.3