Fixed storage env

This commit is contained in:
Constantin Graf
2024-05-27 15:17:37 +02:00
parent 1a610412dc
commit 7af77c9357
4 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class ImportServiceTest extends TestCase
public function test_import_gets_importer_from_provider_runs_importer_and_returns_report(): void
{
// Arrange
Storage::fake('s3');
Storage::fake(config('filesystems.default'));
$organization = Organization::factory()->create();
$data = file_get_contents(storage_path('tests/toggl_time_entries_import_test_1.csv'));