Skip to content

Commit 467ede4

Browse files
committed
MAGETWO-70705: [GitHub] Installation error in Tax module #10138
1 parent bbc9e1e commit 467ede4

File tree

1 file changed

+0
-14
lines changed
  • dev/tests/integration/testsuite/Magento/Tax/Controller/Adminhtml

1 file changed

+0
-14
lines changed

dev/tests/integration/testsuite/Magento/Tax/Controller/Adminhtml/RateTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,6 @@ public function ajaxSaveActionDataInvalidDataProvider()
154154
],
155155
$expectedData
156156
],
157-
// Rate empty
158-
[
159-
[
160-
'rate' => '',
161-
'tax_country_id' => 'US',
162-
'tax_region_id' => '0',
163-
'code' => 'Rate ' . uniqid(),
164-
'zip_is_range' => '0',
165-
'zip_from' => '10000',
166-
'zip_to' => '20000',
167-
'tax_postcode' => '*',
168-
],
169-
$expectedData
170-
],
171157
// Tax zip code is empty
172158
[
173159
[

0 commit comments

Comments
 (0)