This commit is contained in:
Adrian Hopek
2022-05-18 07:52:58 +02:00
parent cda691ea2b
commit a6bd4a6cc0
2 changed files with 1 additions and 9 deletions

View File

@@ -131,8 +131,6 @@ class ResumeTest extends FeatureTestCase
$resume = Resume::factory()->create();
$admin = User::factory()->admin()->create();
$this->withoutExceptionHandling();
$this->actingAs($admin)
->get("/resumes/{$resume->id}")
->assertDownload("resume-{$resume->id}.docx");