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 bbf219b commit 254b864Copy full SHA for 254b864
tests/test_wrapper.py
@@ -614,7 +614,7 @@ def lambda_handler(event, context):
614
def test_set_dsm_context_not_called_when_tracing_and_DSM_disabled(self):
615
env_vars = {"DD_DATA_STREAMS_ENABLED": "false"}
616
with patch.dict(os.environ, env_vars):
617
- with patch("datadog_lambda.wrapper.dd_tracing_enabled", True):
+ with patch("datadog_lambda.wrapper.dd_tracing_enabled", False):
618
with patch(
619
"datadog_lambda.wrapper.set_dsm_context"
620
) as set_dsm_context_patch:
0 commit comments