Skip to content

Commit 4fa45f3

Browse files
committed
test_in_opentelemetry: fix rubocop error
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 2718198 commit 4fa45f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fluent/plugin/test_in_opentelemetry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def config
135135
request_data: "{}",
136136
record_type: Fluent::Plugin::Opentelemetry::RECORD_TYPE_LOGS,
137137
record_data: "{}"
138-
}, )
138+
})
139139
def test_receive_json(data)
140140
d = create_driver
141141
res = d.run(expect_records: 1) do

0 commit comments

Comments
 (0)