1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:54:04 +00:00
This commit is contained in:
lukinovec 2025-10-29 13:36:55 +01:00
parent f878aaf4e4
commit b36f3ce4ee

View file

@ -135,7 +135,7 @@ test('channel overrides work correctly with both arrays and closures', function
expect(config('logging.channels.slack.username'))->toBe('Default'); // Not changed at all
});
test('channel config keys remains unchanged if the specified tenant override attribute is null', function() {
test('channel config keys remain unchanged if the specified tenant override attribute is null', function() {
config(['logging.default' => 'slack']);
config(['logging.channels.slack.username' => 'Default username']);