Skip to content

Commit e986196

Browse files
committed
tests
1 parent 2e94365 commit e986196

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
@@ -88,7 +88,7 @@ public function itShouldThrowAnExceptionOnPrimaryFailure(): void
8888
public function itShouldGetMaster(): void
8989
{
9090
$redis = new Redis(['host' => REDIS_HOST,
91-
'sentinel' => ['host' => REDIS_SENTINEL_HOST, 'enable' => true, 'service' => 'myprimary']
91+
'sentinel' => ['host' => 'redis-sentinel', 'enable' => true, 'service' => 'myprimary']
9292
]);
9393

9494
$redis->collect();

0 commit comments

Comments
 (0)