From db11108c63ee7d9a36cb0ffffc8dbb412f2bd066 Mon Sep 17 00:00:00 2001 From: Kayla Reopelle Date: Mon, 2 Dec 2024 16:12:54 -0800 Subject: [PATCH] test: fix url --- .../test/opentelemetry/exporter/otlp/logs_exporter_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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