0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix a harmless warning in tests

This commit is contained in:
Loïc Hoguin 2017-05-23 14:10:05 +02:00
parent 9ef4536656
commit 8cb125dbb7
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -40,7 +40,7 @@ end_per_group(Name, _) ->
%% Routes.
init_dispatch(Config) ->
init_dispatch(_Config) ->
cowboy_router:compile([{"[...]", [
{"/reply/:what", compress_h, reply},
{"/stream_reply/:what", compress_h, stream_reply}