diff --git a/tests/Features/RedirectTest.php b/tests/Features/RedirectTest.php index d2046d37..8379b7e6 100644 --- a/tests/Features/RedirectTest.php +++ b/tests/Features/RedirectTest.php @@ -48,7 +48,6 @@ test('redirect from central to tenant works', function (bool $enabled, bool $sho TenancyServiceProvider::bootstrapFeatures(); - Route::get('/foobar', function () { return 'Foo'; })->name('home');