test: fix failed test

This commit is contained in:
Zhongwen Deng 2023-04-14 23:46:05 +08:00
parent 3789ca2622
commit 97a936ad4f
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ t_ws_cookie_init(_) ->
%%--------------------------------------------------------------------
t_flapping_detect(_) ->
emqx_config:put_zone_conf(default, [flapping_detect, enable], true),
emqx_config:put_zone_conf(default, [flapping_detect, window_time], 60000),
Parent = self(),
ok = meck:expect(
emqx_cm,