Fix generateTest

This commit is contained in:
philipp lang 2022-08-30 23:35:14 +02:00
parent 6318490398
commit 51ac05f9d5
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class GenerateTest extends TestCase
?array $output = null ?array $output = null
): void { ): void {
$this->withoutExceptionHandling(); $this->withoutExceptionHandling();
$this->login()->init(); $this->login()->init()->loginNami();
$members = $this->setupMembers($members); $members = $this->setupMembers($members);
$urlId = call_user_func($urlCallable, $members); $urlId = call_user_func($urlCallable, $members);