Fixed efz test
This commit is contained in:
parent
b090d280a9
commit
6abe55e4a8
|
@ -12,7 +12,7 @@ class EfzTest extends TestCase
|
||||||
|
|
||||||
public function testItCreatesAEfzPdfFile(): void
|
public function testItCreatesAEfzPdfFile(): void
|
||||||
{
|
{
|
||||||
$this->withoutExceptionHandling()->login();
|
$this->withoutExceptionHandling()->login()->withNamiSettings();
|
||||||
$member = Member::factory()->defaults()->create(['firstname' => 'Max', 'lastname' => 'Muster']);
|
$member = Member::factory()->defaults()->create(['firstname' => 'Max', 'lastname' => 'Muster']);
|
||||||
|
|
||||||
$response = $this->get("/member/{$member->id}/efz");
|
$response = $this->get("/member/{$member->id}/efz");
|
||||||
|
|
Loading…
Reference in New Issue