Skip to content

Commit f21987d

Browse files
committed
Merge remote-tracking branch 'bulk/async-webapi-2' into async-webapi-2
2 parents 5084ac6 + ae4f15e commit f21987d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ public function delete($uri)
2727
{
2828
$this->makeRequest("DELETE", $uri);
2929
}
30-
}
30+
}

dev/tests/integration/framework/Magento/TestFramework/MessageQueue/PublisherConsumerController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function initialize()
8989
foreach ($this->getConsumerProcessIds($consumer) as $consumerProcessId) {
9090
exec("kill {$consumerProcessId}");
9191
}
92-
9392
}
9493
foreach ($this->consumers as $consumer) {
9594
if (!$this->getConsumerProcessIds($consumer)) {

0 commit comments

Comments
 (0)