test(shared_sub): ensure snabbkaffe will be stopped

This commit is contained in:
firest 2022-10-18 13:47:57 +08:00
parent b4eb0f18f9
commit 7b3c67fbe9
1 changed files with 1 additions and 0 deletions

View File

@ -821,6 +821,7 @@ t_dispatch_qos0(Config) when is_list(Config) ->
t_redispatch_when_kicked({init, Config}) when is_list(Config) -> t_redispatch_when_kicked({init, Config}) when is_list(Config) ->
Config; Config;
t_redispatch_when_kicked({'end', Config}) when is_list(Config) -> t_redispatch_when_kicked({'end', Config}) when is_list(Config) ->
snabbkaffe:stop(),
ok; ok;
t_redispatch_when_kicked(_) -> t_redispatch_when_kicked(_) ->
ok = ensure_config(sticky, true), ok = ensure_config(sticky, true),