diff --git a/tests/TenantDatabaseManagerTest.php b/tests/TenantDatabaseManagerTest.php index 3e6c1c87..6990973d 100644 --- a/tests/TenantDatabaseManagerTest.php +++ b/tests/TenantDatabaseManagerTest.php @@ -411,7 +411,7 @@ test('template tenant connection config can be both connection name or connectio expect($manager->database()->getConfig('host'))->toBe('mysql'); config([ - 'tenancy.database.template_tenant_connection' => [ + 'tenancy.database.template_tenant_connection' => [ 'driver' => 'mysql', 'url' => null, 'host' => 'mysql2',