diff --git a/tests/integrations/stdlib/test_subprocess.py b/tests/integrations/stdlib/test_subprocess.py index 8938db4211..5194e3a570 100644 --- a/tests/integrations/stdlib/test_subprocess.py +++ b/tests/integrations/stdlib/test_subprocess.py @@ -67,7 +67,7 @@ def test_subprocess_basic( ) if span_streaming: - items = capture_items("event", "transaction", "span") + items = capture_items("event", "span") with sentry_sdk.traces.start_span(name="custom parent") as span: args = [ @@ -350,7 +350,7 @@ def test_subprocess_span_origin( ) if span_streaming: - items = capture_items("event", "transaction", "span") + items = capture_items("span") with sentry_sdk.traces.start_span(name="custom parent"): args = [