Skip to content

Commit 1f2dd49

Browse files
pquentinAlisson Claudino
authored and
Alisson Claudino
committed
Add _otel attribute to FailingBulkClient
1 parent 31c0b8d commit 1f2dd49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_elasticsearch/test_server/test_helpers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def __init__(
4141
),
4242
):
4343
self.client = client
44+
self._otel = client._otel
4445
self._called = 0
4546
self._fail_at = fail_at
4647
self.transport = client.transport

0 commit comments

Comments
 (0)