Specify plugins as list of atoms
This commit is contained in:
parent
34c6d5b807
commit
bdad054fd7
|
@ -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 ]).
|
||||
|
||||
|
|
Loading…
Reference in New Issue