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.
RemoteConfig
worker.RemoteConfigPoller
1 parent c9209cb commit 0c848fcCopy full SHA for 0c848fc
tests/test_wrapper.py
@@ -31,7 +31,7 @@ class TestDatadogLambdaWrapper(unittest.TestCase):
31
def setUp(self):
32
# Force @datadog_lambda_wrapper to always create a real
33
# (not no-op) wrapper.
34
- patch("ddtrace.internal.remoteconfig.RemoteConfig").start()
+ patch("ddtrace.internal.remoteconfig.worker.RemoteConfigPoller").start()
35
patch("ddtrace.internal.writer.AgentWriter.flush_queue").start()
36
37
wrapper.datadog_lambda_wrapper._force_wrap = True
0 commit comments