Skip to content

Commit

Permalink
Disabled pylint protected access
Browse files Browse the repository at this point in the history
  • Loading branch information
pridhi-arora committed Dec 5, 2022
1 parent b43a36f commit b14c785
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def test_otlp_exporter_endpoint(self, mock_secure, mock_insecure):
mock_method.reset_mock()

def test_otlp_headers_from_env(self):
# pylint: disable=protected-access
self.assertEqual(
self.exporter._headers,
(("user-agent", "OTel OTLP Exporter Python/" + __version__),),
Expand Down

0 comments on commit b14c785

Please sign in to comment.