Skip to content

Commit 82feb24

Browse files
committed
Unit tests fixes
1 parent 5dfaee7 commit 82feb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Amqp/Test/Unit/Connection/FactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ public static function connectionDataProvider()
126126
{
127127
return [
128128
[
129-
'ssl_enabled' => true,
129+
'sslEnabled' => true,
130130
'connection_class' => AMQPStreamConnection::class,
131131
],
132132
[
133-
'ssl_enabled' => false,
133+
'sslEnabled' => false,
134134
'connection_class' => AMQPStreamConnection::class,
135135
],
136136
];

0 commit comments

Comments
 (0)