Skip to content

Commit fb62cad

Browse files
committed
Fix comment
1 parent 3a2f376 commit fb62cad

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_tracer_configurer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setUpClass(cls):
2828
aws_otel_configurator.configure()
2929
cls.tracer_provider: TracerProvider = get_tracer_provider()
3030

31-
# Sanity check that the trace ID ratio sampler works fine with the x-ray generator.
31+
# The probability of this passing once without correct IDs is low, 20 times is inconceivable.
3232
def test_provide_generate_xray_ids(self):
3333
for _ in range(20):
3434
tracer: Tracer = self.tracer_provider.get_tracer("test")

0 commit comments

Comments
 (0)