1 parent 0e663f3 commit be9abb3Copy full SHA for be9abb3
1 file changed
tests/test_wrapper.py
@@ -16,10 +16,11 @@
16
from datadog_lambda.metric import lambda_metric
17
from datadog_lambda.thread_stats_writer import ThreadStatsWriter
18
from ddtrace.trace import Span, tracer
19
-from ddtrace.internal.constants import MAX_UINT_64BITS
+
20
21
from tests.utils import get_mock_context, reset_xray_connection
22
23
+MAX_UINT_64BITS = (1 << 64) - 1
24
25
class TestDatadogLambdaWrapper(unittest.TestCase):
26
def setUp(self):
0 commit comments