aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_ct_hook.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 15:16:01 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 15:16:01 +0200
commit29d347bf5bed001ae8d8763e6af53950c190de40 (patch)
tree347663d67e47ced5994fbeb5ad5bdd68330a7a29 /test/gun_ct_hook.erl
parent820456b71fd3ce61df9d5f32280f42cf871ea80b (diff)
downloadgun-29d347bf5bed001ae8d8763e6af53950c190de40.tar.gz
gun-29d347bf5bed001ae8d8763e6af53950c190de40.tar.bz2
gun-29d347bf5bed001ae8d8763e6af53950c190de40.zip
Rewrite the SSE suite using Cowboy
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}.