diff --git a/big_tests/tests/domain_removal_SUITE.erl b/big_tests/tests/domain_removal_SUITE.erl index 8f98dc78d54..47cd4d6f261 100644 --- a/big_tests/tests/domain_removal_SUITE.erl +++ b/big_tests/tests/domain_removal_SUITE.erl @@ -18,6 +18,7 @@ private_removal/1]). -import(distributed_helper, [mim/0, rpc/4, subhost_pattern/1]). +-import(domain_helper, [host_type/0]). -include("mam_helper.hrl"). -include_lib("escalus/include/escalus.hrl"). @@ -44,9 +45,6 @@ groups() -> domain() -> ct:get_config({hosts, mim, domain}). -host_type() -> - ct:get_config({hosts, mim, host_type}). - %%%=================================================================== %%% Overall setup/teardown %%%===================================================================