mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
it_use_user_token_in_public_api_request test
This commit is contained in:
@@ -159,8 +159,6 @@ class SetupWizardTest extends TestCase
|
||||
*/
|
||||
public function it_store_app_settings()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->postJson('/api/setup/app-setup', [
|
||||
'title' => 'VueFileManager',
|
||||
'description' => 'The best file manager on the internet',
|
||||
@@ -215,8 +213,6 @@ class SetupWizardTest extends TestCase
|
||||
*/
|
||||
public function it_create_admin_account()
|
||||
{
|
||||
Storage::fake('local');
|
||||
|
||||
$this->postJson('/admin-setup', [
|
||||
'email' => 'john@doe.com',
|
||||
'password' => 'VerySecretPassword',
|
||||
|
||||
Reference in New Issue
Block a user