Skip to content

Commit

Permalink
AMQP pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisYaschuk committed Oct 26, 2023
1 parent 124013b commit 62f7ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Broker/QueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testPopReturnsMessageWhenMessageInQueue(): void
'getContentEncoding' => 'content-encoding',
'getContentType' => 'content-type',
'getDeliveryMode' => 1,
'getDeliveryTag' => 'delivery-tag',
'getDeliveryTag' => 1,
'getExchangeName' => 'exchange-name',
'getExpiration' => 'expiration',
'getHeaders' => [],
Expand Down

0 comments on commit 62f7ad9

Please sign in to comment.