فهرست منبع

fix: plugin_test failed

Zhongwen Deng 3 سال پیش
والد
کامیت
430cb32ee0
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      apps/emqx_plugins/test/emqx_plugins_tests.erl

+ 2 - 2
apps/emqx_plugins/test/emqx_plugins_tests.erl

@@ -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,
-        update,
+        emqx,
+        update_config,
         fun(Path, Values, _Opts) ->
         fun(Path, Values, _Opts) ->
             emqx_config:put(Path, Values)
             emqx_config:put(Path, Values)
         end
         end