Skip to content

Commit

Permalink
Changing config parser suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Janusz Jakubiec authored and Janusz Jakubiec committed Feb 23, 2022
1 parent 54c286e commit c9c0fbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/config_parser_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2920,9 +2920,8 @@ mod_stream_management_stale_h(_Config) ->
?errh(T(#{<<"geriatric">> => <<"one">>})).

mod_time(_Config) ->
check_iqdisc(mod_time),
check_module_defaults(mod_time),
?cfgh(modopts(mod_time, []), #{<<"modules">> => #{<<"mod_time">> => #{}}}).
check_iqdisc_map(mod_time),
check_module_defaults(mod_time).

mod_vcard(_Config) ->
check_module_defaults(mod_vcard),
Expand Down

0 comments on commit c9c0fbf

Please sign in to comment.