Skip to content

Commit 091a1dc

Browse files
committed
ACPT-493: Upload csv with request parameter
1 parent 751f5cf commit 091a1dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/ImportExport/Test/Unit/Model/ImportTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ public function testInvalidateIndex()
568568
$this->dateTime,
569569
[],
570570
null,
571-
null,
572571
$this->upload
573572
);
574573

@@ -605,7 +604,6 @@ public function testInvalidateIndexWithoutIndexers()
605604
$this->dateTime,
606605
[],
607606
null,
608-
null,
609607
$this->upload
610608
);
611609

@@ -639,7 +637,6 @@ public function testGetKnownEntity()
639637
$this->dateTime,
640638
[],
641639
null,
642-
null,
643640
$this->upload
644641
);
645642

@@ -679,7 +676,6 @@ public function testGetUnknownEntity($entity)
679676
$this->dateTime,
680677
[],
681678
null,
682-
null,
683679
$this->upload
684680
);
685681

0 commit comments

Comments
 (0)