mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 13:46:38 +02:00
Merge pull request #740 from macintoshplus/macintoshplus-fix-content-type
Fix content_type for AMQP Message
This commit is contained in:
@@ -65,7 +65,7 @@ class AmqpHandler extends AbstractProcessingHandler
|
|||||||
0,
|
0,
|
||||||
array(
|
array(
|
||||||
'delivery_mode' => 2,
|
'delivery_mode' => 2,
|
||||||
'Content-type' => 'application/json',
|
'content_type' => 'application/json',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
@@ -65,7 +65,7 @@ class AmqpHandlerTest extends TestCase
|
|||||||
0,
|
0,
|
||||||
array(
|
array(
|
||||||
'delivery_mode' => 2,
|
'delivery_mode' => 2,
|
||||||
'Content-type' => 'application/json',
|
'content_type' => 'application/json',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user