it_use_user_token_in_public_api_request test

This commit is contained in:
Peter Papp
2021-07-16 09:26:07 +02:00
parent 8ac41837b2
commit 36cea4853f
20 changed files with 49 additions and 122 deletions

View File

@@ -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',