Skip to content

Commit ae4f15e

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- fixed static tests
1 parent 5496ace commit ae4f15e

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)