aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-25 10:40:12 +0200
committerLoïc Hoguin <[email protected]>2019-07-25 10:40:12 +0200
commit293ca3d58f64cd716e8b1f84330c29f229d5a4f2 (patch)
tree1fdc9cf90f18dd6228c48a9a9e9b108ba3d2f0c4 /test/gun_SUITE.erl
parent9e73a972b73a67dc5b8f23f99061f20713148e4e (diff)
downloadgun-293ca3d58f64cd716e8b1f84330c29f229d5a4f2.tar.gz
gun-293ca3d58f64cd716e8b1f84330c29f229d5a4f2.tar.bz2
gun-293ca3d58f64cd716e8b1f84330c29f229d5a4f2.zip
Rename ws_echo test handler to ws_echo_h
Diffstat (limited to 'test/gun_SUITE.erl')
-rw-r--r--test/gun_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gun_SUITE.erl b/test/gun_SUITE.erl
index 6a01cf6..57d0bf1 100644
--- a/test/gun_SUITE.erl
+++ b/test/gun_SUITE.erl
@@ -134,7 +134,7 @@ detect_owner_down_unexpected(_) ->
detect_owner_down_ws(_) ->
Name = name(),
{ok, _} = cowboy:start_clear(Name, [], #{env => #{
- dispatch => cowboy_router:compile([{'_', [{"/", ws_echo, []}]}])
+ dispatch => cowboy_router:compile([{'_', [{"/", ws_echo_h, []}]}])
}}),
Port = ranch:get_port(Name),
Self = self(),