mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-20 22:54:05 +00:00
Delete redundant db username config
This commit is contained in:
parent
cf7e086bf7
commit
d28abdec89
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue