Skip to content

Commit

Permalink
Import host_type into domain_removal_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 27, 2021
1 parent d457f81 commit d136282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions big_tests/tests/domain_removal_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand All @@ -44,9 +45,6 @@ groups() ->
domain() ->
ct:get_config({hosts, mim, domain}).

host_type() ->
ct:get_config({hosts, mim, host_type}).

%%%===================================================================
%%% Overall setup/teardown
%%%===================================================================
Expand Down

0 comments on commit d136282

Please sign in to comment.