Skip to content

Commit 62e1118

Browse files
committed
chore: address another PR comment
1 parent 33fcfa7 commit 62e1118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sentry/test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ defmodule Sentry.Test do
862862
:ets.delete(collector_table)
863863
end
864864

865-
if is_atom(processor_name) do
865+
if is_atom(processor_name) and not is_nil(processor_name) do
866866
Sentry.Test.Registry.drop_processor_routing_for(processor_name)
867867
end
868868
end)

0 commit comments

Comments
 (0)