Skip to content

Commit 219450c

Browse files
committed
wip 4
1 parent 5857bc0 commit 219450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_vm_helpers.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ download_dirs(Config) ->
864864
?MODULE,
865865
prepare_dirs_to_download_archives,
866866
[Config]),
867-
inets:start(),
867+
_ = inets:start(),
868868
download_dirs(Config, ConfigsPerCTPeer).
869869

870870
download_dirs(_, [{skip, _} = Error | _]) ->
@@ -964,7 +964,7 @@ add_archive_to_list(Config, Archive) ->
964964
start_http_server(Config) ->
965965
PrivDir = ?config(priv_dir, Config),
966966
{ok, Hostname} = inet:gethostname(),
967-
inets:start(),
967+
_ = inets:start(),
968968
Options = [{port, 0},
969969
{server_name, Hostname},
970970
{server_root, PrivDir},

0 commit comments

Comments
 (0)