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