aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-24 00:16:19 +0100
committerLoïc Hoguin <[email protected]>2017-11-24 00:16:19 +0100
commitce32e1985afd6c629ed904a7cf2b3c119782e914 (patch)
treea63812736e4c297e7af3f88936534008ba07cb55 /test/http_SUITE.erl
parent14173d592999bb0478d8e2a7d7334800ee26057c (diff)
downloadcowboy-ce32e1985afd6c629ed904a7cf2b3c119782e914.tar.gz
cowboy-ce32e1985afd6c629ed904a7cf2b3c119782e914.tar.bz2
cowboy-ce32e1985afd6c629ed904a7cf2b3c119782e914.zip
Add more tests to the rfc7230 suite
Found more bugs! Unfortunately no fix for them in this commit.
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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, []},