From 2fcb195f0369807180d592ee011070ce3b0cd547 Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Fri, 27 Sep 2024 19:20:06 +0000 Subject: [PATCH] remove typo --- tests/profiling_v2/collector/test_stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/profiling_v2/collector/test_stack.py b/tests/profiling_v2/collector/test_stack.py index aeda1ddfb1..73ce9ee12e 100644 --- a/tests/profiling_v2/collector/test_stack.py +++ b/tests/profiling_v2/collector/test_stack.py @@ -69,7 +69,7 @@ def foo(): # reason, when the Span is created, it's not linked to the MainThread, and the # profiler can't find the corresponding Span for the MainThread. @pytest.mark.subprocess() -def test_push_span(span_type): +def test_push_span(): import os import time import uuid