Skip to content

Commit f53c774

Browse files
committed
fix
1 parent c0a3a11 commit f53c774

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/fluent/plugin/test_in_otlp.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ def config
8383
end
8484

8585
data("metrics" => {
86-
request_path: "/v1/metrics",
87-
request_data: TestData::JSON::METRICS,
88-
record_type: "otlp_metrics",
89-
record_data: TestData::JSON::METRICS
90-
},
86+
request_path: "/v1/metrics",
87+
request_data: TestData::JSON::METRICS,
88+
record_type: "otlp_metrics",
89+
record_data: TestData::JSON::METRICS
90+
},
9191
"traces" => {
9292
request_path: "/v1/traces",
9393
request_data: TestData::JSON::TRACES,

0 commit comments

Comments
 (0)