Specify plugins as list of atoms

This commit is contained in:
Daniil Fedotov 2016-06-01 13:19:08 +01:00
parent 34c6d5b807
commit bdad054fd7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all() ->
init_per_suite(Config) ->
rabbit_ct_helpers:log_environment(),
Config1 = rabbit_ct_helpers:set_config(Config, {plugins, ["rabbitmq_auth_backend_cache"]}),
Config1 = rabbit_ct_helpers:set_config(Config, {plugins, [rabbitmq_auth_backend_cache]}),
rabbit_ct_helpers:run_setup_steps(Config1, rabbit_ct_broker_helpers:setup_steps() ++
[ fun setup_env/1 ]).