Просмотр исходного кода

Fix a harmless warning in tests

Loïc Hoguin 8 лет назад
Родитель
Сommit
8cb125dbb7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/compress_SUITE.erl

+ 1 - 1
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}