aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE_data/ws_timeout_hibernate.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ws_SUITE_data/ws_timeout_hibernate.erl')
-rw-r--r--test/ws_SUITE_data/ws_timeout_hibernate.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE_data/ws_timeout_hibernate.erl b/test/ws_SUITE_data/ws_timeout_hibernate.erl
index da901d7..15cde66 100644
--- a/test/ws_SUITE_data/ws_timeout_hibernate.erl
+++ b/test/ws_SUITE_data/ws_timeout_hibernate.erl
@@ -7,7 +7,7 @@
-export([websocket_info/3]).
init(Req, _) ->
- {ws, Req, undefined, 1000, hibernate}.
+ {cowboy_websocket, Req, undefined, 1000, hibernate}.
websocket_handle(_Frame, Req, State) ->
{ok, Req, State, hibernate}.