aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_handler_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/ws_handler_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/ws_handler_SUITE.erl')
-rw-r--r--test/ws_handler_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_handler_SUITE.erl b/test/ws_handler_SUITE.erl
index 8c45dc7..67d50d2 100644
--- a/test/ws_handler_SUITE.erl
+++ b/test/ws_handler_SUITE.erl
@@ -281,7 +281,7 @@ websocket_set_options_idle_timeout(Config) ->
%% the connection gets closed soon after.
gun:ws_send(ConnPid, {text, <<"idle_timeout_short">>}),
receive
- {gun_down, ConnPid, _, _, _, _} ->
+ {gun_down, ConnPid, _, _, _} ->
ok
after 2000 ->
error(timeout)