aboutsummaryrefslogtreecommitdiffstats
path: root/test/ranch_ct_hook.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
committerLoïc Hoguin <[email protected]>2016-11-15 12:52:07 +0200
commit5c6cedf9926c3106f558113524f91a8539eef337 (patch)
treebfe39188ffbceaff1c5e6b6c14941780189e74d9 /test/ranch_ct_hook.erl
parent9e5cce8cbdb8c083cbde848010b4a89a9fd1a233 (diff)
downloadranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.gz
ranch-5c6cedf9926c3106f558113524f91a8539eef337.tar.bz2
ranch-5c6cedf9926c3106f558113524f91a8539eef337.zip
Add ssl to the list of dependencies
Diffstat (limited to 'test/ranch_ct_hook.erl')
-rw-r--r--test/ranch_ct_hook.erl2
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}.