We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c75a06 commit 69071b4Copy full SHA for 69071b4
tests/test_tracing.py
@@ -2443,7 +2443,7 @@ def test_exception_outside_handler_tracing_disabled(
2443
mock_trace.assert_not_called()
2444
2445
2446
-class TestExtractContextHaveAddedReturnValues(unittest.TestCase):
+class TestExtractContextHaveAddedDDContext(unittest.TestCase):
2447
def test_extract_context_from_sqs_event_with_datadog_context(self):
2448
"""Test SQS event extraction with datadog context returns expected values."""
2449
lambda_ctx = get_mock_context()
0 commit comments