Skip to content

Commit 48e07d1

Browse files
fix
1 parent 828a050 commit 48e07d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_tracing.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ def setUp(self):
24522452
self.addCleanup(checkpoint_patcher.stop)
24532453
self.lambda_context = get_mock_context()
24542454

2455-
# SQS TESTS - Testing _dsm_set_checkpoint calls for SQS events
2455+
# SQS TESTS
24562456

24572457
@patch("datadog_lambda.tracing._dsm_set_checkpoint")
24582458
def test_sqs_context_propagated_string_value(self, mock_dsm_set_checkpoint):
@@ -2666,7 +2666,7 @@ def test_sqs_data_streams_disabled(self):
26662666

26672667
self.mock_checkpoint.assert_not_called()
26682668

2669-
# SNS TESTS - Testing _dsm_set_checkpoint calls for SNS events
2669+
# SNS TESTS
26702670

26712671
@patch("datadog_lambda.tracing._dsm_set_checkpoint")
26722672
def test_sns_context_propagated_string_value(self, mock_dsm_set_checkpoint):
@@ -2901,7 +2901,7 @@ def test_sns_data_streams_disabled(self):
29012901

29022902
self.mock_checkpoint.assert_not_called()
29032903

2904-
# SNS -> SQS TESTS - Testing _dsm_set_checkpoint calls for SNS->SQS events
2904+
# SNS -> SQS TESTS
29052905

29062906
@patch("datadog_lambda.tracing._dsm_set_checkpoint")
29072907
def test_sns_to_sqs_context_propagated_string_value(self, mock_dsm_set_checkpoint):
@@ -3173,7 +3173,7 @@ def test_sns_to_sqs_data_streams_disabled(self):
31733173

31743174
self.mock_checkpoint.assert_not_called()
31753175

3176-
# KINESIS TESTS - Testing _dsm_set_checkpoint calls for Kinesis events
3176+
# KINESIS TESTS
31773177

31783178
@patch("datadog_lambda.tracing._dsm_set_checkpoint")
31793179
def test_kinesis_context_propagated_binary_value(self, mock_dsm_set_checkpoint):

0 commit comments

Comments
 (0)