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 a375d81 commit f465407Copy full SHA for f465407
tests/test_tracing.py
@@ -2618,7 +2618,7 @@ def test_sns_event_with_datadog_message_attributes(
2618
def test_sqs_event_determines_is_sqs_true_when_event_source_arn_present(
2619
self, mock_extract, mock_dsm_set_checkpoint
2620
):
2621
- """Test that is_sqs = True when eventSourceARN is present in first record"""
+ """Test that is_sqs = True when eventSource is SQS"""
2622
dd_data = {DSM_PROPAGATION_KEY_BASE_64: "12345"}
2623
dd_json_data = json.dumps(dd_data)
2624
0 commit comments