Skip to content

Commit

Permalink
yet more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbley committed Jul 2, 2024
1 parent 4dd654f commit f587d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_distro_env(monkeypatch):
assert os.getenv("OTEL_EXPORTER_OTLP_PROTOCOL") == "grpc"
assert os.getenv("OTEL_EXPORTER_OTLP_HEADERS") == "x-sf-token=s4cr4t"
assert os.getenv("OTEL_RESOURCE_ATTRIBUTES") == "splunk.distro.version=2.0"
assert type(get_global_response_propagator()) is _ServerTimingResponsePropagator
assert isinstance(get_global_response_propagator(), _ServerTimingResponsePropagator)


def test_default_limits():
Expand Down

0 comments on commit f587d48

Please sign in to comment.