Skip to content

Commit e1f78e4

Browse files
committed
laravel 5.8
1 parent 5542702 commit e1f78e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Queue/Connectors/RabbitMQConnectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private function createDummyConfig()
185185
'arguments' => '[]',
186186
],
187187
],
188-
'sleep_on_error' => env('RABBITMQ_ERROR_SLEEP', 5),
188+
'sleep_on_error' => getenv('RABBITMQ_ERROR_SLEEP', 5),
189189
];
190190
}
191191
}

0 commit comments

Comments
 (0)