Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Feb 28, 2022
1 parent 51ba3fc commit f4a34a9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions big_tests/tests/domain_removal_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

-import(distributed_helper, [mim/0, rpc/4, subhost_pattern/1]).
-import(domain_helper, [host_type/0, domain_to_host_type/2, domain/0]).
-import(config_parser_helper, [config/2, default_config/1, mod_config/2]).

-include("mam_helper.hrl").
-include_lib("eunit/include/eunit.hrl").
Expand Down Expand Up @@ -80,13 +79,10 @@ group_to_modules(auth_removal) ->
[];
group_to_modules(cache_removal) ->
[{mod_cache_users, []},
{mod_mam_meta, mod_config(mod_mam_meta,
#{pm => default_config([modules, mod_mam_meta, pm])})}];
{mod_mam_meta, mam_helper:config_opts(#{pm => #{}})}];
group_to_modules(mam_removal) ->
MucHost = subhost_pattern(muc_light_helper:muc_host_pattern()),
[{mod_mam_meta, mod_config(mod_mam_meta,
#{pm => default_config([modules, mod_mam_meta, pm]),
muc => config([modules, mod_mam_meta, muc], #{host => MucHost})})},
[{mod_mam_meta, mam_helper:config_opts(#{pm => #{}, muc => #{host => MucHost}})},
{mod_muc_light, [{backend, rdbms}, {host, MucHost}]}];
group_to_modules(muc_light_removal) ->
MucHost = subhost_pattern(muc_light_helper:muc_host_pattern()),
Expand Down

0 comments on commit f4a34a9

Please sign in to comment.