Skip to content

Commit e8d3e6c

Browse files
author
Filip Nikolovski
committed
disable too-many-public-methods lint rule for TestFalconInstrumentation
1 parent 2ed1461 commit e8d3e6c

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/tests

1 file changed

+1
-0
lines changed

instrumentation/opentelemetry-instrumentation-falcon/tests/test_falcon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def tearDown(self):
125125
self.env_patch.stop()
126126

127127

128+
# pylint: disable=too-many-public-methods
128129
class TestFalconInstrumentation(TestFalconBase, WsgiTestBase):
129130
def test_get(self):
130131
self._test_method("GET")

0 commit comments

Comments
 (0)