Skip to content

Commit 264fffe

Browse files
committed
B2B-1816: AWS Managed Queue: Get Cloud-Native-Testing Integration Test Builds to Work Against AWS Managed Queue
1 parent cff322f commit 264fffe

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Helper

1 file changed

+2
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Helper/Amqp.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ public function clearQueue(string $name, int $numMessages = 50)
147147
"truncate" => 50000
148148
];
149149
$this->curl->post(
150-
$this->host . 'queue/' . urlencode($this->virtualHost) . '/' . $name . '/get', json_encode($body)
150+
$this->host . 'queue/' . urlencode($this->virtualHost) . '/' . $name . '/get',
151+
json_encode($body)
151152
);
152153
return $this->curl->getBody();
153154
}

0 commit comments

Comments
 (0)