mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
handle team invitation for non registered user
This commit is contained in:
@@ -190,12 +190,12 @@ class SettingsTest extends TestCase
|
||||
$this
|
||||
->actingAs($admin)
|
||||
->postJson('/api/admin/settings/email', [
|
||||
'driver' => 'smtp',
|
||||
'host' => 'smtp.email.com',
|
||||
'port' => 25,
|
||||
'username' => 'john@doe.com',
|
||||
'password' => 'secret',
|
||||
'encryption' => 'tls',
|
||||
'mailDriver' => 'smtp',
|
||||
'smtp.host' => 'smtp.email.com',
|
||||
'smtp.port' => 25,
|
||||
'smtp.username' => 'john@doe.com',
|
||||
'smtp.password' => 'secret',
|
||||
'smtp.encryption' => 'tls',
|
||||
])->assertStatus(204);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user