test(mgmt): Remove redundant config

This commit is contained in:
ieQu1 2024-07-26 16:35:53 +02:00
parent 41bf5cd6ca
commit 1b6494ab9a
No known key found for this signature in database
GPG Key ID: 488654DF3FED6FDE
1 changed files with 4 additions and 4 deletions

View File

@ -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(