diff --git a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php index b4f360cfc3..93235789ca 100644 --- a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php +++ b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php @@ -41,6 +41,7 @@ class EmailNotificationsUponCheckinTest extends TestCase public function testCheckInEmailNotSentToUserIfSettingDisabled() { + $this->settings->disableAdminCC(); Mail::fake(); $user = User::factory()->create();