File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
instrumentation/opentelemetry-instrumentation-aiokafka/tests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,14 @@ async def test_wrap_getone(
248248 @mock .patch (
249249 "opentelemetry.instrumentation.aiokafka.utils._extract_consumer_group"
250250 )
251+ # pylint: disable=too-many-locals
251252 async def test_wrap_getmany (
252253 self ,
253254 extract_consumer_group : mock .MagicMock ,
254255 extract_client_id : mock .MagicMock ,
255256 extract_bootstrap_servers : mock .MagicMock ,
256- enrich_getmany_poll_span : mock .MagicMock ,
257- enrich_getmany_topic_span : mock .MagicMock ,
257+ _enrich_getmany_poll_span : mock .MagicMock ,
258+ _enrich_getmany_topic_span : mock .MagicMock ,
258259 _create_consumer_span : mock .MagicMock ,
259260 extract : mock .MagicMock ,
260261 ) -> None :
You can’t perform that action at this time.
0 commit comments