aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-23 14:10:05 +0200
committerLoïc Hoguin <[email protected]>2017-05-23 14:10:05 +0200
commit8cb125dbb7c410cab862aac5a582e5dfa0e46772 (patch)
treed5d6290686335ce84276de8445e620341f56abac /test
parent9ef4536656fd6c8bd9c80c6731460c057ba2b177 (diff)
downloadcowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.tar.gz
cowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.tar.bz2
cowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.zip
Fix a harmless warning in tests
Diffstat (limited to 'test')
-rw-r--r--test/compress_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress_SUITE.erl b/test/compress_SUITE.erl
index 2bd002d..83e662a 100644
--- a/test/compress_SUITE.erl
+++ b/test/compress_SUITE.erl
@@ -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}