Add missing end_per_suite.
This commit is contained in:
parent
8e9acf1a76
commit
bdd9e39b0e
|
|
@ -26,6 +26,9 @@ init_per_suite(Config) ->
|
||||||
{ok, TTL} = application:get_env(rabbitmq_auth_backend_cache, cache_ttl),
|
{ok, TTL} = application:get_env(rabbitmq_auth_backend_cache, cache_ttl),
|
||||||
rabbit_ct_helpers:set_config(Config, {current_ttl, TTL}).
|
rabbit_ct_helpers:set_config(Config, {current_ttl, TTL}).
|
||||||
|
|
||||||
|
end_per_suite(Config) ->
|
||||||
|
Config.
|
||||||
|
|
||||||
init_per_group(Group, Config)
|
init_per_group(Group, Config)
|
||||||
when Group =:= rabbit_auth_cache_dict; Group =:= rabbit_auth_cache_ets ->
|
when Group =:= rabbit_auth_cache_dict; Group =:= rabbit_auth_cache_ets ->
|
||||||
set_auth_cache_module(Group, [], Config);
|
set_auth_cache_module(Group, [], Config);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue