Skip to content

Commit 7e45530

Browse files
author
Tristan Sloughter
committed
elixir sdk tests: no need to start exporter bc tests use pid exporter
1 parent b85e739 commit 7e45530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Application.put_env(:opentelemetry, :processors, [
55
{:otel_batch_processor, %{scheduled_delay_ms: 1}}
66
])
77

8-
{:ok, _} = Application.ensure_all_started(:opentelemetry_exporter)
8+
{:ok, _} = Application.ensure_all_started(:opentelemetry)
99

1010
ExUnit.start()

0 commit comments

Comments
 (0)