Skip to content

Commit dd0e6f0

Browse files
committed
fix
1 parent 512c89d commit dd0e6f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/End2End/TracingCacheEnd2EndTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function testNamespacedTagAwareCache(): void
230230
$this->markTestSkipped('Namespaced caches are not supported by this Symfony version.');
231231
}
232232

233-
$client = static::createClient(['debug' => true]);
233+
$client = static::createClient(['debug' => false]);
234234
$cache = static::getContainer()->get('cache.app.taggable');
235235

236236
// make sure that the configured taggable cache supports namespaces before running this test
@@ -239,7 +239,6 @@ public function testNamespacedTagAwareCache(): void
239239
}
240240

241241
$client->request('GET', '/tracing/cache/namespaced/populate');
242-
$this->assertSame('', $client->getResponse()->getContent());
243242
$this->assertSame(200, $client->getResponse()->getStatusCode());
244243

245244
$this->assertCount(1, StubTransport::$events);

0 commit comments

Comments
 (0)