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 b19baae commit 8fdd9c8Copy full SHA for 8fdd9c8
tests/test_wrapper.py
@@ -577,7 +577,7 @@ def lambda_handler(event, context):
577
578
result = lambda_handler({}, get_mock_context())
579
assert result == "ok"
580
- assert set_dsm_context_patch.called_once()
+ assert set_dsm_context_patch.call_count == 1
581
582
def test_set_dsm_context_not_called_when_only_DSM_enabled(self):
583
env_vars = {"DD_DATA_STREAMS_ENABLED": "true"}
0 commit comments