diff --git a/tests/TestCase.php b/tests/TestCase.php index 48b9d21..d83bd9b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -276,7 +276,7 @@ abstract class TestCase extends BaseTestCase // factory lazy instance on boot. $this->app->singleton(ReplicationInterface::class, function () use ($replicationDriver) { $client = config( - "websockets.replication.{$driver}.client", + "websockets.replication.{$replicationDriver}.client", \BeyondCode\LaravelWebSockets\PubSub\Drivers\LocalClient::class );