From ce32e1985afd6c629ed904a7cf2b3c119782e914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 24 Nov 2017 00:16:19 +0100 Subject: Add more tests to the rfc7230 suite Found more bugs! Unfortunately no fix for them in this commit. --- test/http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 4370ab2..b4c6cc7 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -91,7 +91,7 @@ end_per_group(Name, _) -> %% Dispatch configuration. -init_dispatch(Config) -> +init_dispatch(_) -> cowboy_router:compile([ {"localhost", [ {"/chunked_response", http_chunked, []}, -- cgit v1.2.3