8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54997d commit 3fdaf97Copy full SHA for 3fdaf97
src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php
@@ -117,7 +117,7 @@ public function testDbIndex()
117
{
118
$redis = new \Redis();
119
120
- Connection::fromDsn('redis://password@localhost/queue?dbindex=2', [], $redis);
+ Connection::fromDsn('redis://localhost/queue?dbindex=2', [], $redis);
121
122
$this->assertSame(2, $redis->getDbNum());
123
}
0 commit comments