Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcollins committed Dec 16, 2024
1 parent 12bb7e4 commit c798d03
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/test_distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,8 @@ def test_service_name(caplog):
def test_realm():
env_store = {"SPLUNK_REALM": "us2"}
configure_distro(env_store)
assert (
env_store["OTEL_EXPORTER_OTLP_TRACES_ENDPOINT"]
== "https://ingest.us2.signalfx.com/v2/trace/otlp"
)
assert (
env_store["OTEL_EXPORTER_OTLP_METRICS_ENDPOINT"]
== "https://ingest.us2.signalfx.com/v2/datapoint/otlp"
)
assert env_store["OTEL_EXPORTER_OTLP_TRACES_ENDPOINT"] == "https://ingest.us2.signalfx.com/v2/trace/otlp"
assert env_store["OTEL_EXPORTER_OTLP_METRICS_ENDPOINT"] == "https://ingest.us2.signalfx.com/v2/datapoint/otlp"
assert env_store["OTEL_EXPORTER_OTLP_PROTOCOL"] == "http/protobuf"


Expand Down

0 comments on commit c798d03

Please sign in to comment.