@@ -407,9 +407,6 @@ func TestGetOtelConfig(t *testing.T) {
407407 },
408408 },
409409 },
410- "output" : map [string ]any {
411- "otelconsumer" : map [string ]any {},
412- },
413410 "path" : map [string ]any {
414411 "data" : filepath .Join (paths .Run (), id ),
415412 },
@@ -743,9 +740,6 @@ func TestGetOtelConfig(t *testing.T) {
743740 },
744741 },
745742 },
746- "output" : map [string ]any {
747- "otelconsumer" : map [string ]any {},
748- },
749743 "path" : map [string ]any {
750744 "data" : filepath .Join (paths .Run (), "beat-metrics-monitoring" ),
751745 },
@@ -854,9 +848,6 @@ func TestGetOtelConfig(t *testing.T) {
854848 },
855849 },
856850 },
857- "output" : map [string ]any {
858- "otelconsumer" : map [string ]any {},
859- },
860851 "path" : map [string ]any {
861852 "data" : filepath .Join (paths .Run (), "system-metrics" ),
862853 },
@@ -1106,7 +1097,6 @@ func TestGetReceiversConfigForComponent(t *testing.T) {
11061097 assert .True (t , ok , "receiver config should be a map" )
11071098
11081099 // Verify configuration section presence
1109- assert .Contains (t , receiverConfig , "output" , "output config should be present" )
11101100 assert .Contains (t , receiverConfig , "path" , "path config should be present" )
11111101 assert .Contains (t , receiverConfig , "logging" , "logging config should be present" )
11121102 assert .Contains (t , receiverConfig , tt .expectedBeatName , fmt .Sprintf ("%s config should be present" , tt .expectedBeatName ))
0 commit comments