diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index a500c7ff..a123b2d8 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -564,7 +564,6 @@ test('database managers validate parameters that cannot be bound', function ($dr // fail before we even get to actual deleteDatabase() logic. $tenant = Tenant::make([ 'tenancy_db_name' => $invalidDatabaseName, - 'tenancy_db_username' => 'valid-username', ]); expect(fn () => $manager->createDatabase($tenant))