Skip to content

Commit

Permalink
Use host_type in mongoose_helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Sep 16, 2021
1 parent c796e21 commit 0277527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big_tests/tests/mongoose_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ wait_for_pid_to_die(Pid) ->
end.

supports_sasl_module(Module) ->
Host = ct:get_config({hosts, mim, domain}),
rpc(mim(), ejabberd_auth, supports_sasl_module, [Host, Module]).
HostType = domain_helper:host_type(),
rpc(mim(), ejabberd_auth, supports_sasl_module, [HostType, Module]).

backup_auth_config(Config) ->
HostType = domain_helper:host_type(),
Expand Down

0 comments on commit 0277527

Please sign in to comment.