Skip to content
Snippets Groups Projects
Commit 279afd99 authored by Iryna Lagno's avatar Iryna Lagno
Browse files

MAGETWO-54263: [FT] OnlineRefundTest and CloseOrderTest is failed by syntax...

MAGETWO-54263: [FT] OnlineRefundTest and CloseOrderTest is failed by syntax error in Magento\Tax\Test\Handler\Curl\RemoveTaxRule.php
parent eefa0945
Branches
No related merge requests found
......@@ -39,9 +39,9 @@ class RemoveTaxRule extends Curl
public function persist(FixtureInterface $fixture = null)
{
$this->taxRuleGridUrl = $_ENV['app_backend_url'] . 'tax/rule/index/';
$curl = $this->_getCurl($this->taxRuleGridUrl);
$curl = $this->getCurl($this->taxRuleGridUrl);
$response = $curl->read();
$this->_removeTaxRules($response);
$this->removeTaxRules($response);
$curl->close();
return $response;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment