From 5c6cedf9926c3106f558113524f91a8539eef337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 15 Nov 2016 12:52:07 +0200 Subject: Add ssl to the list of dependencies --- test/ranch_ct_hook.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ranch_ct_hook.erl') diff --git a/test/ranch_ct_hook.erl b/test/ranch_ct_hook.erl index 051e5b2..c26850e 100644 --- a/test/ranch_ct_hook.erl +++ b/test/ranch_ct_hook.erl @@ -17,7 +17,7 @@ -export([init/2]). init(_, _) -> - ct_helper:start([ranch, ssl]), + ct_helper:start([ranch]), ct_helper:make_certs_in_ets(), error_logger:add_report_handler(ct_helper_error_h), {ok, undefined}. -- cgit v1.2.3