aboutsummaryrefslogtreecommitdiffstats
path: root/test/tunnel_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/tunnel_SUITE.erl')
-rw-r--r--test/tunnel_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tunnel_SUITE.erl b/test/tunnel_SUITE.erl
index 39f7e45..14fb2ef 100644
--- a/test/tunnel_SUITE.erl
+++ b/test/tunnel_SUITE.erl
@@ -812,7 +812,7 @@ do_doc(Type, Endpoint) ->
do_origin_start(Type) when Type =:= raw; Type =:= rawtls ->
{Transport, Protocol} = do_type(Type),
- gun_test:init_origin(Transport, Protocol, fun raw_SUITE:do_echo/3);
+ gun_test:init_origin(Transport, Protocol, fun raw_SUITE:do_echo/4);
do_origin_start(Type) ->
{Transport, Protocol} = do_type(Type),
rfc7540_SUITE:do_cowboy_origin(Transport, Protocol).