Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmd/opampsupervisor] fix failed test in windows (#30690)
**Description:** fix opampsupervisor failed test in windows https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/7535309382/job/20512459704 ``` --- FAIL: Test_composeEffectiveConfig (0.00s) supervisor_test.go:57: Error Trace: D:/a/opentelemetry-collector-contrib/opentelemetry-collector-contrib/cmd/opampsupervisor/supervisor/supervisor_test.go:57 Error: Not equal: expected: "extensions:\r\n health_check:\r\n endpoint: localhost:8000\r\nservice:\r\n extensions:\r\n - health_check\r\n telemetry:\r\n logs:\r\n encoding: json\r\n resource:\r\n service.name: otelcol\r\n" actual : "extensions:\n health_check:\n endpoint: localhost:8000\nservice:\n extensions:\n - health_check\n telemetry:\n logs:\n encoding: json\n resource:\n service.name: otelcol\n" ``` **Documentation:** <Describe the documentation added.> Signed-off-by: Ziqi Zhao <[email protected]>
- Loading branch information