Fixed tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2023-04-25 00:42:31 +02:00
parent d73bcd376d
commit d7305c1a2e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ abstract class TestCase extends BaseTestCase
? Group::factory()->create(['nami_id' => $groupId])
: $groupId;
$this->withNamiSettings($mglnr, $password, $group->id);
$this->withNamiSettings($mglnr, $password, $group->nami_id);
return $this;
}