From 738efb75bbabc1d2f0a041aa63b5cdc3d0b1be01 Mon Sep 17 00:00:00 2001 From: DenisYaschuk Date: Thu, 26 Oct 2023 17:30:50 +0100 Subject: [PATCH] AMQP pipeline fix --- tests/Broker/QueueTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Broker/QueueTest.php b/tests/Broker/QueueTest.php index 240d8c0..a7bb711 100644 --- a/tests/Broker/QueueTest.php +++ b/tests/Broker/QueueTest.php @@ -86,7 +86,7 @@ public function testPopReturnsMessageWhenMessageInQueue(): void 'isRedelivery' => false, 'getReplyTo' => 'reply-to', 'getRoutingKey' => 'routing-key', - 'getTimestamp' => 'timestamp', + 'getTimestamp' => null, 'getType' => 'type', 'getUserId' => 'user-id', ]))