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 22, 2022
1 parent 6365143 commit 7e2e20b
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 @@ -2919,9 +2919,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_iqdisc(mod_vcard),
Expand Down

0 comments on commit 7e2e20b

Please sign in to comment.