Skip to content

Commit

Permalink
fix config test
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlooss1 committed Jun 14, 2023
1 parent 2fe2398 commit 364d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/config_parser_helper.erl
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ all_modules() ->
no_stanzaid_element => true}),
mod_caps => default_mod_config(mod_caps),
mod_mam_cache_user => (default_config([modules, mod_mam, cache]))#{muc => true, pm => true},
mod_offline => default_mod_config(mod_offline),
mod_offline => mod_config(mod_offline, #{backend => rdbms}),
mod_ping =>
mod_config(mod_ping, #{ping_interval => 60000,
ping_req_timeout => 32000,
Expand Down

0 comments on commit 364d0be

Please sign in to comment.