Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e79ff4a

Browse files
committed
fix lint
1 parent 8320892 commit e79ff4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/opentelemetry-exporter-datadog/tests/test_datadog_exporter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def test_span_processor_scheduled_delay(self):
485485
def test_batch_span_processor_reset_timeout(self):
486486
"""Test that the scheduled timeout is reset on cycles without spans"""
487487
delay = 50
488+
# pylint: disable=protected-access
488489
exporter = MockDatadogSpanExporter()
489490
exporter._agent_writer.write.side_effect = lambda spans: time.sleep(
490491
0.05

0 commit comments

Comments
 (0)