Skip to content

Commit

Permalink
update test to validate setting
Browse files Browse the repository at this point in the history
  • Loading branch information
keithkroeger committed Jan 11, 2023
1 parent 3119ae0 commit 322ebef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_constructor_default(self):
exporter._session.headers.get("Content-Type"),
"application/x-protobuf",
)
#self.assertTrue("OTel-OTLP-Exporter-Python/" in exporter._session.headers.get("User-Agent"))
self.assertTrue("OTel-OTLP-Exporter-Python/" in exporter._session.headers.get("User-Agent"))

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

0 comments on commit 322ebef

Please sign in to comment.