Skip to content

Commit d28abde

Browse files
committed
Delete redundant db username config
1 parent cf7e086 commit d28abde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/TenantDatabaseManagerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@
564564
// fail before we even get to actual deleteDatabase() logic.
565565
$tenant = Tenant::make([
566566
'tenancy_db_name' => $invalidDatabaseName,
567-
'tenancy_db_username' => 'valid-username',
568567
]);
569568

570569
expect(fn () => $manager->createDatabase($tenant))

0 commit comments

Comments
 (0)