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 8a1cf98 commit a552778Copy full SHA for a552778
instrumentation/opentelemetry-instrumentation-confluent-kafka/tests/test_instrumentation.py
@@ -165,7 +165,7 @@ def test_poll(self) -> None:
165
"auto.offset.reset": "earliest",
166
},
167
)
168
- span_list = self.memory_exporter.clear()
+ self.memory_exporter.clear()
169
consumer = instrumentation.instrument_consumer(consumer)
170
consumer.poll()
171
@@ -228,7 +228,7 @@ def test_consume(self) -> None:
228
229
230
231
232
233
consumer.consume(3)
234
consumer.consume(1)
0 commit comments