diff --git a/exporter/otlp-logs/test/opentelemetry/exporter/otlp/logs_exporter_test.rb b/exporter/otlp-logs/test/opentelemetry/exporter/otlp/logs_exporter_test.rb index 1c8b5a42e..450574e82 100644 --- a/exporter/otlp-logs/test/opentelemetry/exporter/otlp/logs_exporter_test.rb +++ b/exporter/otlp-logs/test/opentelemetry/exporter/otlp/logs_exporter_test.rb @@ -740,7 +740,7 @@ ) ) - assert_requested(:post, 'http://localhost:4318/v1/traces') do |req| + assert_requested(:post, 'http://localhost:4318/v1/logs') do |req| Zlib.gunzip(req.body) == encoded_etsr end end