Skip to content

Commit e5bc122

Browse files
committed
Update tests
1 parent cb67d28 commit e5bc122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def lambda_handler(event, context):
8989
self.mock_wrapper_lambda_stats.flush.assert_called()
9090
self.mock_extract_dd_trace_context.assert_called_with(lambda_event)
9191
self.mock_set_correlation_ids.assert_called()
92-
self.mock_inject_correlation_ids.assert_not_called()
92+
self.mock_inject_correlation_ids.assert_called()
9393
self.mock_patch_all.assert_called()
9494

9595
def test_datadog_lambda_wrapper_flush_to_log(self):

0 commit comments

Comments
 (0)