aboutsummaryrefslogtreecommitdiffstats
path: root/test/raw_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/raw_SUITE.erl')
-rw-r--r--test/raw_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/raw_SUITE.erl b/test/raw_SUITE.erl
index 9875467..bd34ebb 100644
--- a/test/raw_SUITE.erl
+++ b/test/raw_SUITE.erl
@@ -85,7 +85,7 @@ do_socks5_raw(OriginTransport, ProxyTransport) ->
protocols => [raw]
}}]
}),
- %% We receive a gun_up and a gun_socks_up.
+ %% We receive a gun_up and a gun_tunnel_up.
{ok, socks} = gun:await_up(ConnPid),
{ok, raw} = gun:await_up(ConnPid),
%% The proxy received two packets.