aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE_data/ws_echo_timer.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ws_SUITE_data/ws_echo_timer.erl')
-rw-r--r--test/ws_SUITE_data/ws_echo_timer.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE_data/ws_echo_timer.erl b/test/ws_SUITE_data/ws_echo_timer.erl
index 199f02c..a26c332 100644
--- a/test/ws_SUITE_data/ws_echo_timer.erl
+++ b/test/ws_SUITE_data/ws_echo_timer.erl
@@ -8,7 +8,7 @@
init(Req, _) ->
erlang:start_timer(1000, self(), <<"websocket_init">>),
- {ws, Req, undefined}.
+ {cowboy_websocket, Req, undefined}.
websocket_handle({text, Data}, Req, State) ->
{reply, {text, Data}, Req, State};