mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 19:04:04 +00:00
BroadcastingConfigBootstrapperTest: add 'reverb' driver to datasets
Adding 'reverb' to `TenancyBroadcastManager::$tenantBroadcasters` will make these tests pass.
This commit is contained in:
parent
6b99921839
commit
29dd23db61
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ test('BroadcastingConfigBootstrapper maps tenant properties to broadcaster crede
|
|||
})->with([
|
||||
'pusher',
|
||||
'ably',
|
||||
// 'reverb',
|
||||
'reverb',
|
||||
'custom', // Except for this custom driver, assume that the drivers are included in TenancyBroadcastManager::$tenantBroadcasters by default
|
||||
]);
|
||||
|
||||
|
|
@ -208,6 +208,6 @@ test('tenant broadcasters receive the channels from the broadcaster bound in cen
|
|||
})->with([
|
||||
'pusher',
|
||||
'ably',
|
||||
// 'reverb',
|
||||
'reverb',
|
||||
'custom', // Except for this custom driver, assume that the drivers are included in TenancyBroadcastManager::$tenantBroadcasters by default
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue