diff options
author | Loïc Hoguin <[email protected]> | 2017-05-23 14:10:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-23 14:10:05 +0200 |
commit | 8cb125dbb7c410cab862aac5a582e5dfa0e46772 (patch) | |
tree | d5d6290686335ce84276de8445e620341f56abac /test/compress_SUITE.erl | |
parent | 9ef4536656fd6c8bd9c80c6731460c057ba2b177 (diff) | |
download | cowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.tar.gz cowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.tar.bz2 cowboy-8cb125dbb7c410cab862aac5a582e5dfa0e46772.zip |
Fix a harmless warning in tests
Diffstat (limited to 'test/compress_SUITE.erl')
-rw-r--r-- | test/compress_SUITE.erl | 2 |
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} |