aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_ct_hook.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/gun_ct_hook.erl')
-rw-r--r--test/gun_ct_hook.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gun_ct_hook.erl b/test/gun_ct_hook.erl
index bf71530..8a2f0a5 100644
--- a/test/gun_ct_hook.erl
+++ b/test/gun_ct_hook.erl
@@ -17,6 +17,6 @@
-export([init/2]).
init(_, _) ->
- ct_helper:start([gun]),
+ ct_helper:start([cowboy, gun]),
ct_helper:make_certs_in_ets(),
{ok, undefined}.