Skip to content

Commit f465407

Browse files
fix
1 parent a375d81 commit f465407

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
@@ -2618,7 +2618,7 @@ def test_sns_event_with_datadog_message_attributes(
26182618
def test_sqs_event_determines_is_sqs_true_when_event_source_arn_present(
26192619
self, mock_extract, mock_dsm_set_checkpoint
26202620
):
2621-
"""Test that is_sqs = True when eventSourceARN is present in first record"""
2621+
"""Test that is_sqs = True when eventSource is SQS"""
26222622
dd_data = {DSM_PROPAGATION_KEY_BASE_64: "12345"}
26232623
dd_json_data = json.dumps(dd_data)
26242624

0 commit comments

Comments
 (0)