aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_autobahn_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ws_autobahn_SUITE.erl')
-rw-r--r--test/ws_autobahn_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_autobahn_SUITE.erl b/test/ws_autobahn_SUITE.erl
index c9a0912..0caf108 100644
--- a/test/ws_autobahn_SUITE.erl
+++ b/test/ws_autobahn_SUITE.erl
@@ -123,7 +123,7 @@ loop(Pid, MRef, StreamRef) ->
{gun_ws, Pid, StreamRef, Frame} ->
gun:ws_send(Pid, Frame),
loop(Pid, MRef, StreamRef);
- {gun_down, Pid, ws, _, _, _} ->
+ {gun_down, Pid, ws, _, _} ->
close(Pid, MRef);
{'DOWN', MRef, process, Pid, normal} ->
close(Pid, MRef);