|
@@ -129,7 +129,7 @@ |
|
|
block discarded – undo |
|
129
|
129
|
$message = $this->httpClient->getMessages($this->vhost, $queueName, $firstMessageOptions)[0]; |
|
130
|
130
|
|
|
131
|
131
|
\PHPUnit\Framework\Assert::assertSame($routingKey, $message['routing_key']); |
|
132
|
|
- \PHPUnit\Framework\Assert::assertSame($contentType, $message['properties']['content_type']); |
|
|
132
|
+ \PHPUnit\Framework\Assert::assertSame($contentType, $message['properties']['content_type']); |
|
133
|
133
|
|
|
134
|
134
|
if($content !== false) |
|
135
|
135
|
{ |
Please login to merge, or discard this patch.