test(mgmt): Remove redundant config
This commit is contained in:
parent
41bf5cd6ca
commit
1b6494ab9a
|
@ -107,8 +107,8 @@ init_per_group(persistent_sessions, Config) ->
|
||||||
],
|
],
|
||||||
Dashboard = emqx_mgmt_api_test_util:emqx_dashboard(),
|
Dashboard = emqx_mgmt_api_test_util:emqx_dashboard(),
|
||||||
Cluster = [
|
Cluster = [
|
||||||
{emqx_mgmt_api_clients_SUITE1, #{role => core, apps => AppSpecs ++ [Dashboard]}},
|
{emqx_mgmt_api_clients_SUITE1, #{apps => AppSpecs ++ [Dashboard]}},
|
||||||
{emqx_mgmt_api_clients_SUITE2, #{role => core, apps => AppSpecs}}
|
{emqx_mgmt_api_clients_SUITE2, #{apps => AppSpecs}}
|
||||||
],
|
],
|
||||||
Nodes =
|
Nodes =
|
||||||
[N1 | _] = emqx_cth_cluster:start(
|
[N1 | _] = emqx_cth_cluster:start(
|
||||||
|
@ -128,8 +128,8 @@ init_per_group(non_persistent_cluster, Config) ->
|
||||||
],
|
],
|
||||||
Dashboard = emqx_mgmt_api_test_util:emqx_dashboard(),
|
Dashboard = emqx_mgmt_api_test_util:emqx_dashboard(),
|
||||||
Cluster = [
|
Cluster = [
|
||||||
{mgmt_api_clients_SUITE1, #{role => core, apps => AppSpecs ++ [Dashboard]}},
|
{mgmt_api_clients_SUITE1, #{apps => AppSpecs ++ [Dashboard]}},
|
||||||
{mgmt_api_clients_SUITE2, #{role => core, apps => AppSpecs}}
|
{mgmt_api_clients_SUITE2, #{apps => AppSpecs}}
|
||||||
],
|
],
|
||||||
Nodes =
|
Nodes =
|
||||||
[N1 | _] = emqx_cth_cluster:start(
|
[N1 | _] = emqx_cth_cluster:start(
|
||||||
|
|
Loading…
Reference in New Issue