We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff322f commit 264fffeCopy full SHA for 264fffe
dev/tests/integration/framework/Magento/TestFramework/Helper/Amqp.php
@@ -147,7 +147,8 @@ public function clearQueue(string $name, int $numMessages = 50)
147
"truncate" => 50000
148
];
149
$this->curl->post(
150
- $this->host . 'queue/' . urlencode($this->virtualHost) . '/' . $name . '/get', json_encode($body)
+ $this->host . 'queue/' . urlencode($this->virtualHost) . '/' . $name . '/get',
151
+ json_encode($body)
152
);
153
return $this->curl->getBody();
154
}
0 commit comments