From a247bb0b9e0cc80a16be90b4e462c85b0c4a6f3e Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 13 Apr 2026 15:48:03 +0200 Subject: [PATCH] Correct config bootstrapper test comment --- tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php index 93c0a81a..965fbb6d 100644 --- a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php +++ b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php @@ -70,7 +70,7 @@ test('BroadcastingConfigBootstrapper maps tenant properties to broadcaster crede tenancy()->initialize($tenant1); - // Tenant's testing_key property is mapped to broadcasting.connections.testing.key config value + // Tenant's testing_key property is mapped to the current broadcasting connection key expect(config("broadcasting.connections.{$driver}.key"))->toBe('tenant1_key'); expect(app(BroadcastManager::class)->driver()->config['key'])->toBe('tenant1_key'); // Switching to tenant context makes the currently bound Broadcaster instance use the tenant's config