diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ranch_ct_hook.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |