From 8cb125dbb7c410cab862aac5a582e5dfa0e46772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 23 May 2017 14:10:05 +0200 Subject: Fix a harmless warning in tests --- test/compress_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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} -- cgit v1.2.3