Fixed efz test

This commit is contained in:
philipp lang 2022-08-30 23:43:54 +02:00
parent b090d280a9
commit 6abe55e4a8
1 changed files with 1 additions and 1 deletions

View File

@ -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");