Skip to content

Commit ba3fc8d

Browse files
Fix pylint too-many-public-methods in log exporter tests
Add pylint disable comment, matching the pattern used in test_otlp_metrics_exporter.py.
1 parent 8de5daf commit ba3fc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-http/tests/test_proto_log_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
ENV_TIMEOUT = "30"
7878

7979

80-
class TestOTLPHTTPLogExporter(unittest.TestCase):
80+
class TestOTLPHTTPLogExporter(unittest.TestCase): # pylint: disable=too-many-public-methods
8181
def test_constructor_default(self):
8282
exporter = OTLPLogExporter()
8383

0 commit comments

Comments
 (0)