mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
fcaa315c96
commit
d2c4440ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class AdditionalTest extends TestCase {
|
|||
'mail_smtpauthtype' => 'login',
|
||||
'mail_smtpauth' => true,
|
||||
'mail_smtpname' => 'smtp.sender.com',
|
||||
'mail_smtppassword' => 'mypassword',
|
||||
'mail_smtppassword' => '********',
|
||||
],
|
||||
''
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue