fix: [test] Redis password can be empty

pull/7600/head
Jakub Onderka 2021-07-26 12:38:44 +02:00
parent 5c56518aaf
commit 0e5fa3ed8e
1 changed files with 0 additions and 1 deletions

View File

@ -6574,7 +6574,6 @@ class Server extends AppModel
'description' => __('The password, if set for Redis.'),
'value' => '',
'errorMessage' => '',
'test' => 'testForEmpty',
'type' => 'string',
'afterHook' => 'zmqAfterHook',
),