parent
d73bcd376d
commit
d7305c1a2e
tests
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue