Skip to content

Commit 0e0da7a

Browse files
Filip FedorowFilip Fedorow
authored andcommitted
Fixed the unit test for SSL.
1 parent bb049ca commit 0e0da7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RabbitMQConnectorSSLTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function test_connect()
3535
'auto_delete' => false,
3636
],
3737
'ssl_params' => [
38-
'cafile' => getenv('SSL_CAFILE')
38+
'cafile' => getenv('RABBITMQ_SSL_CAFILE')
3939
]
4040
];
4141

0 commit comments

Comments
 (0)