Skip to content

Commit ade61ed

Browse files
committed
fix redis server integration test
1 parent 6a31718 commit ade61ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/CacheIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CacheIntegrationTest extends TestCase
1313
public function setUp()
1414
{
1515
$redis = [
16-
'host' => '172.18.0.2',
16+
'host' => '127.0.0.1',
1717
'port' => '6379',
1818
'password' => null,
1919
'timeout' => 100

0 commit comments

Comments
 (0)