Parcourir la source

test: fix retainer app_spec

zmstone il y a 1 an
Parent
commit
fcd51c85fd

+ 1 - 1
apps/emqx_retainer/test/emqx_retainer_cli_SUITE.erl

@@ -29,7 +29,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
 
 init_per_suite(Config) ->
     Apps = emqx_cth_suite:start(
-        [emqx, emqx_conf, emqx_retainer_SUITE:app_spec()],
+        [emqx, emqx_conf, emqx_retainer_SUITE:app_spec(enabled)],
         #{work_dir => emqx_cth_suite:work_dir(Config)}
     ),
     [{suite_apps, Apps} | Config].

+ 1 - 1
apps/emqx_retainer/test/emqx_retainer_mqtt_v5_SUITE.erl

@@ -26,7 +26,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
 
 init_per_suite(Config) ->
     Apps = emqx_cth_suite:start(
-        [emqx, emqx_conf, emqx_retainer_SUITE:app_spec()],
+        [emqx, emqx_conf, emqx_retainer_SUITE:app_spec(enabled)],
         #{work_dir => emqx_cth_suite:work_dir(Config)}
     ),
     [{suite_apps, Apps} | Config].