From 473e3fb82bd56a984dcf8936a51e3fd8affcb8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 31 Oct 2018 11:45:04 +0100 Subject: Improve a few types, including cowboy_req:req() --- test/old_http_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/old_http_SUITE.erl b/test/old_http_SUITE.erl index affc3e7..767f65d 100644 --- a/test/old_http_SUITE.erl +++ b/test/old_http_SUITE.erl @@ -52,12 +52,12 @@ init_per_group(Name = https, Config) -> init_per_group(Name = http_compress, Config) -> cowboy_test:init_http(Name, #{ env => #{dispatch => init_dispatch(Config)}, - compress => true + stream_handlers => [cowboy_compress_h, cowboy_stream_h] }, Config); init_per_group(Name = https_compress, Config) -> cowboy_test:init_https(Name, #{ env => #{dispatch => init_dispatch(Config)}, - compress => true + stream_handlers => [cowboy_compress_h, cowboy_stream_h] }, Config). end_per_group(Name, _) -> -- cgit v1.2.3