Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Oct 31, 2022
1 parent 86e40e3 commit 20d3634
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,6 @@ def test_otlp_headers_from_env(self, mock_ssl_channel, mock_secure):
self.assertEqual(
exporter._headers, (("key3", "value3"), ("key4", "value4"))
)
exporter = OTLPMetricExporter(
headers={"key5": "value5", "key6": "value6"}
)
# pylint: disable=protected-access
self.assertEqual(
exporter._headers, (("key5", "value5"), ("key6", "value6"))
)

@patch.dict(
"os.environ",
Expand Down

0 comments on commit 20d3634

Please sign in to comment.