Skip to content

Commit 69071b4

Browse files
change test name
1 parent 6c75a06 commit 69071b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ def test_exception_outside_handler_tracing_disabled(
24432443
mock_trace.assert_not_called()
24442444

24452445

2446-
class TestExtractContextHaveAddedReturnValues(unittest.TestCase):
2446+
class TestExtractContextHaveAddedDDContext(unittest.TestCase):
24472447
def test_extract_context_from_sqs_event_with_datadog_context(self):
24482448
"""Test SQS event extraction with datadog context returns expected values."""
24492449
lambda_ctx = get_mock_context()

0 commit comments

Comments
 (0)