test(otel): Remove redundant config

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

View File

@ -414,9 +414,9 @@ mqtt_host_port(Node) ->
cluster(TC, Config) -> cluster(TC, Config) ->
Nodes = emqx_cth_cluster:start( Nodes = emqx_cth_cluster:start(
[ [
{otel_trace_core1, #{role => core, apps => apps_spec()}}, {otel_trace_node1, #{apps => apps_spec()}},
{otel_trace_core2, #{role => core, apps => apps_spec()}}, {otel_trace_node2, #{apps => apps_spec()}},
{otel_trace_replicant, #{role => replicant, apps => apps_spec()}} {otel_trace_node3, #{apps => apps_spec()}}
], ],
#{work_dir => emqx_cth_suite:work_dir(TC, Config)} #{work_dir => emqx_cth_suite:work_dir(TC, Config)}
), ),