Skip to content

Commit 36198a7

Browse files
committed
rename test case method since already taken by baggage session id changes
1 parent a6e42da commit 36198a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/test_aws_opentelementry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ def test_export_unsampled_span_for_agent_observability_uses_aws_exporter(self):
833833
os.environ.pop("OTEL_EXPORTER_OTLP_TRACES_ENDPOINT", None)
834834

835835
# pylint: disable=no-self-use
836-
def test_customize_span_processors_with_agent_observability(self):
836+
def test_customize_span_processors_calls_export_unsampled_span(self):
837837
"""Test that _customize_span_processors calls _export_unsampled_span_for_agent_observability"""
838838
mock_tracer_provider: TracerProvider = MagicMock()
839839

0 commit comments

Comments
 (0)