diff --git a/tests/Feature/Activity/IndexTest.php b/tests/Feature/Activity/IndexTest.php index 0943771b..3149c155 100644 --- a/tests/Feature/Activity/IndexTest.php +++ b/tests/Feature/Activity/IndexTest.php @@ -12,7 +12,7 @@ class IndexTest extends TestCase public function testItDisplaysLocalActivities(): void { - $this->login()->withoutExceptionHandling(); + $this->login()->loginNami()->withoutExceptionHandling(); $local = Activity::factory()->name('Local')->create(); $remote = Activity::factory()->name('Remote')->inNami(123)->create();