Skip to content

Commit 0dd67e6

Browse files
committed
update tests
1 parent 32f7824 commit 0dd67e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Feature/Connector/RabbitMQConnectorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ protected function setUp(): void
1717

1818
public function testRabbitMQQueueIsLazyConnection(): void
1919
{
20+
config()->set('queue.connections.rabbitmq.hosts.lazy', true);
2021
$getQueueInstance = $this->app['queue'];
2122

2223
$connection = $getQueueInstance->connection('rabbitmq');

0 commit comments

Comments
 (0)