Skip to content

Commit ca97d49

Browse files
committed
functional test fixes
1 parent e710dc5 commit ca97d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/Functional/Acceptance/ValkeyCest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testDefaultConfiguration(\CliTester $I, \Codeception\Example $da
6363
$this->checkArraySubset(
6464
[
6565
'backend_options' => [
66-
'server' => 'valkeycache',
66+
'server' => 'valkey',
6767
'port' => '6379',
6868
'database' => 1,
6969
]
@@ -79,7 +79,7 @@ public function testDefaultConfiguration(\CliTester $I, \Codeception\Example $da
7979
$this->checkArraySubset(
8080
[
8181
'backend_options' => [
82-
'server' => 'valkeycache',
82+
'server' => 'valkey',
8383
'port' => '6379',
8484
'database' => 2,
8585
]

0 commit comments

Comments
 (0)