Skip to content

Commit d078233

Browse files
MTO-127: [Test] Import Advanced Pricing
- Stabilization
1 parent c83afc3 commit d078233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/ChangeCurrencyOnCustomWebsiteStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ public function run()
8888
$configFixture->persist();
8989
}
9090
}
91+
return ['import' => $this->import];
9192
}
9293
}

dev/tests/functional/tests/app/Magento/ImportExport/Test/TestStep/FillImportFormStep.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public function run()
5555

5656
return [
5757
'entities' => $file->getEntities(),
58-
'import' => $this->import,
59-
'products' => $file->getEntities()
58+
'import' => $this->import
6059
];
6160
}
6261
}

0 commit comments

Comments
 (0)