aboutsummaryrefslogtreecommitdiffstats
path: root/test/event_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/event_SUITE.erl')
-rw-r--r--test/event_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/event_SUITE.erl b/test/event_SUITE.erl
index 3535513..79416f3 100644
--- a/test/event_SUITE.erl
+++ b/test/event_SUITE.erl
@@ -50,7 +50,7 @@ init_per_suite(Config) ->
{"/push", push_h, []},
{"/stream", stream_h, []},
{"/trailers", trailers_h, []},
- {"/ws", ws_echo, []}
+ {"/ws", ws_echo_h, []}
]}])
}},
{ok, _} = cowboy:start_clear({?MODULE, tcp}, [], ProtoOpts),