Skip to content

Commit

Permalink
style: Rubocop spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 25, 2024
1 parent a53b6e3 commit 96a5317
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
'OTEL_RUBY_EXPORTER_OTLP_SSL_VERIFY_PEER' => 'true',
'OTEL_EXPORTER_OTLP_TIMEOUT' => '11') do
OpenTelemetry::Exporter::OTLP::Logs::LogsExporter.new(endpoint: 'http://localhost:4321',
certificate_file: '/baz',
client_certificate_file: CLIENT_CERT_B_PATH,
client_key_file: CLIENT_CERT_B_PATH,
headers: { 'x' => 'y' },
compression: 'gzip',
ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE,
timeout: 12)
certificate_file: '/baz',
client_certificate_file: CLIENT_CERT_B_PATH,
client_key_file: CLIENT_CERT_B_PATH,
headers: { 'x' => 'y' },
compression: 'gzip',
ssl_verify_mode: OpenSSL::SSL::VERIFY_NONE,
timeout: 12)
end
_(exp.instance_variable_get(:@headers)).must_equal('x' => 'y', 'User-Agent' => DEFAULT_USER_AGENT)
_(exp.instance_variable_get(:@timeout)).must_equal 12.0
Expand Down

0 comments on commit 96a5317

Please sign in to comment.