fix: plugin_test failed
This commit is contained in:
parent
bbf45e9d2a
commit
430cb32ee0
|
@ -125,8 +125,8 @@ purge_test() ->
|
|||
meck_emqx() ->
|
||||
meck:new(emqx, [unstick, passthrough]),
|
||||
meck:expect(
|
||||
emqx_conf,
|
||||
update,
|
||||
emqx,
|
||||
update_config,
|
||||
fun(Path, Values, _Opts) ->
|
||||
emqx_config:put(Path, Values)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue