mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Fix typo
This commit is contained in:
parent
f878aaf4e4
commit
b36f3ce4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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.default' => 'slack']);
|
||||||
config(['logging.channels.slack.username' => 'Default username']);
|
config(['logging.channels.slack.username' => 'Default username']);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue