Skip to content

Commit a375d81

Browse files
fix
1 parent d849b75 commit a375d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tracing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,11 +2495,11 @@ def test_dsm_set_checkpoint_exception_path(self):
24952495
self.mock_logger.debug.assert_called_once()
24962496

24972497
@patch("ddtrace.data_streams.set_consume_checkpoint")
2498-
def test_dsm_set_checkpoint_DSM_PROPAGATION_KEY_BASE_64_not_present(
2498+
def test_dsm_set_checkpoint_with_non_dict_context_does_not_set_checkpoint(
24992499
self, mock_checkpoint
25002500
):
25012501
_dsm_set_checkpoint(
2502-
{"not_a_dict": "not_a_dict"},
2502+
[],
25032503
"sqs",
25042504
"arn:aws:sqs:us-east-1:123456789012:test-queue",
25052505
)

0 commit comments

Comments
 (0)