diff --git a/tests/Feature/Pdf/EfzTest.php b/tests/Feature/Pdf/EfzTest.php index f96ded89..5af9718b 100644 --- a/tests/Feature/Pdf/EfzTest.php +++ b/tests/Feature/Pdf/EfzTest.php @@ -12,7 +12,7 @@ class EfzTest extends TestCase public function testItCreatesAEfzPdfFile(): void { - $this->withoutExceptionHandling()->login(); + $this->withoutExceptionHandling()->login()->withNamiSettings(); $member = Member::factory()->defaults()->create(['firstname' => 'Max', 'lastname' => 'Muster']); $response = $this->get("/member/{$member->id}/efz");