fix(test): reload emqx_plugins after updating the config
This commit is contained in:
parent
c2e7acc1f1
commit
327a464844
|
@ -43,6 +43,7 @@ init_per_suite(Config) ->
|
|||
emqx_ct_helpers:boot_modules([]),
|
||||
emqx_ct_helpers:start_apps([]),
|
||||
emqx_config:put([plugins, expand_plugins_dir], DataPath),
|
||||
?assertEqual(ok, emqx_plugins:load()),
|
||||
Config.
|
||||
|
||||
end_per_suite(_Config) ->
|
||||
|
|
Loading…
Reference in New Issue