From d28abdec892c8a1d6c2cd53d2212167b009e5730 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 8 Jun 2026 11:44:57 +0200 Subject: [PATCH] Delete redundant db username config --- tests/TenantDatabaseManagerTest.php | 1 - 1 file changed, 1 deletion(-) 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))