Skip to content

Commit e6528f3

Browse files
committed
tests
1 parent bab0716 commit e6528f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Test/Prometheus/Storage/RedisSentinelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function itShouldThrowAnExceptionOnPrimaryFailure(): void
8787
*/
8888
public function itShouldGetMaster(): void
8989
{
90-
$redis = new Redis(['host' => '/dev/null',
90+
$redis = new Redis(['host' => REDIS_HOST,
9191
'sentinel' => ['host' => REDIS_SENTINEL_HOST, 'enable' => true, 'service' => 'myprimary']
9292
]);
9393

0 commit comments

Comments
 (0)