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 96d3df0 commit 6b0eed8Copy full SHA for 6b0eed8
tests/test_wrapper.py
@@ -470,7 +470,7 @@ def lambda_handler(event, context):
470
self.mock_write_metric_point_to_stdout.assert_not_called()
471
472
def test_only_one_wrapper_in_use(self):
473
- patcher = patch("datadog_lambda.wrapper.submit_invocations_metric")
+ patcher = patch("datadog_lambda.metric.submit_invocations_metric")
474
self.mock_submit_invocations_metric = patcher.start()
475
self.addCleanup(patcher.stop)
476
0 commit comments