aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index e9a308f..70ae005 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -72,15 +72,12 @@ groups() ->
].
init_per_suite(Config) ->
- cowboy_test:start([cowboy, gun]),
Dir = config(priv_dir, Config) ++ "/static",
ct_helper:create_static_dir(Dir),
[{static_dir, Dir}|Config].
end_per_suite(Config) ->
- Dir = config(static_dir, Config),
- ct_helper:delete_static_dir(Dir),
- cowboy_test:stop([cowboy, gun]).
+ ct_helper:delete_static_dir(config(static_dir, Config)).
init_tcp_group(Ref, ProtoOpts, Config) ->
Transport = ranch_tcp,