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 cb67d28 commit e5bc122Copy full SHA for e5bc122
tests/test_wrapper.py
@@ -89,7 +89,7 @@ def lambda_handler(event, context):
89
self.mock_wrapper_lambda_stats.flush.assert_called()
90
self.mock_extract_dd_trace_context.assert_called_with(lambda_event)
91
self.mock_set_correlation_ids.assert_called()
92
- self.mock_inject_correlation_ids.assert_not_called()
+ self.mock_inject_correlation_ids.assert_called()
93
self.mock_patch_all.assert_called()
94
95
def test_datadog_lambda_wrapper_flush_to_log(self):
0 commit comments