8000 [Messenger] Fix redis test · symfony/symfony@3fdaf97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fdaf97

Browse files
committed
[Messenger] Fix redis test
1 parent b54997d commit 3fdaf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Tests/Transport/RedisExt/ConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testDbIndex()
117117
{
118118
$redis = new \Redis();
119119

120-
Connection::fromDsn('redis://password@localhost/queue?dbindex=2', [], $redis);
120+
Connection::fromDsn('redis://localhost/queue?dbindex=2', [], $redis);
121121

122122
$this->assertSame(2, $redis->getDbNum());
123123
}

0 commit comments

Comments
 (0)
0