aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/http_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index d5cf7f6..2135fdc 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -524,7 +524,7 @@ chunked_response(Config) ->
%% Check if sending requests whose size is around the MTU breaks something.
echo_body(Config) ->
Client = ?config(client, Config),
- {ok, [{mtu, MTU}]} = inet:ifget("lo", [mtu]),
+ MTU = ct_helper:get_loopback_mtu(),
_ = [begin
Body = list_to_binary(lists:duplicate(Size, $a)),
{ok, Client2} = cowboy_client:request(<<"POST">>,