Skip to content

Commit

Permalink
inets: Cuddle test case
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Nov 30, 2023
1 parent d274450 commit 2f35925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inets/test/inets_socketwrap_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ start_httpd_fd(Config) when is_list(Config) ->
Port when is_port(Port) ->
wait_node_up(Node, 200),
ct:pal("~p", [rpc:call(Node, init, get_argument, [httpd_80])]),
ok = rpc:call(Node, inets, start, []),
{ok, _} = rpc:call(Node, application, ensure_all_started, [inets]),
{ok, Pid} = rpc:call(Node, inets, start, [httpd, HttpdConf]),
[{port, InetPort}] = rpc:call(Node, httpd, info, [Pid, [port]]),
rpc:call(Node, erlang, halt, []);
Expand Down

0 comments on commit 2f35925

Please sign in to comment.