Skip to content

Commit e753e4c

Browse files
committed
Fix simple config sampler test
1 parent 71ffa40 commit e753e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/instrumentation/Symfony/OtelSdkBundle/OtelSdkBundleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function testSamplerWithSimpleConfig(): void
121121
$this->loadTestData('simple');
122122

123123
$this->assertInstanceOf(
124-
SDK\Trace\Sampler\AlwaysOnSampler::class,
124+
SDK\Trace\Sampler\ParentBased::class,
125125
$this->getTracerProvider()
126126
->getSampler()
127127
);

0 commit comments

Comments
 (0)