Skip to content

Commit

Permalink
Test config metrics for http upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Apr 6, 2022
1 parent afe81bf commit 582200e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions big_tests/tests/service_mongoose_system_metrics_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ module_opts_are_reported(_Config) ->
check_module_backend(mod_bosh, mnesia),
check_module_backend(mod_event_pusher, push),
check_module_backend(mod_event_pusher_push, Backend),
check_module_backend(mod_http_upload, s3),
check_module_backend(mod_last, Backend),
check_module_backend(mod_muc, Backend),
check_module_backend(mod_muc_light, Backend),
Expand Down Expand Up @@ -341,6 +342,7 @@ modules_to_test(module_opts_are_reported) ->
[required_module(mod_bosh),
required_module(mod_event_pusher,
#{push => config([modules, mod_event_pusher, push], #{backend => Backend})}),
required_module(mod_http_upload, s3),
required_module(mod_last, Backend),
required_module(mod_muc, Backend),
required_module(mod_muc_light, Backend),
Expand Down

0 comments on commit 582200e

Please sign in to comment.