removed unnecessary base_path changes

This commit is contained in:
Godfrey M 2025-02-12 12:01:43 -08:00
parent 242fd00e8a
commit e66b690c93
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,6 @@ class RouteServiceProvider extends ServiceProvider
$this->mapWebRoutes(); $this->mapWebRoutes();
require base_path('routes/scim.php'); require base_path('routes/scim.php');
require base_path('routes/mobile.php');
}); });
} }

View file

@ -57,6 +57,7 @@ class ExpiringAlertsNotificationTest extends TestCase
public function testExpiringLicensesEmailNotification() public function testExpiringLicensesEmailNotification()
{ {
$this->markIncompleteIfSqlite();
Mail::fake(); Mail::fake();
$this->settings->enableAlertEmail('admin@example.com'); $this->settings->enableAlertEmail('admin@example.com');
$this->settings->setAlertInterval(60); $this->settings->setAlertInterval(60);