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 d849b75 commit a375d81Copy full SHA for a375d81
tests/test_tracing.py
@@ -2495,11 +2495,11 @@ def test_dsm_set_checkpoint_exception_path(self):
2495
self.mock_logger.debug.assert_called_once()
2496
2497
@patch("ddtrace.data_streams.set_consume_checkpoint")
2498
- def test_dsm_set_checkpoint_DSM_PROPAGATION_KEY_BASE_64_not_present(
+ def test_dsm_set_checkpoint_with_non_dict_context_does_not_set_checkpoint(
2499
self, mock_checkpoint
2500
):
2501
_dsm_set_checkpoint(
2502
- {"not_a_dict": "not_a_dict"},
+ [],
2503
"sqs",
2504
"arn:aws:sqs:us-east-1:123456789012:test-queue",
2505
)
0 commit comments