Skip to content

Commit 3a4048d

Browse files
committed
MC-22781: Fix Failing Integration Test
1 parent d5104d5 commit 3a4048d

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Save/LinksTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ private function getPostData(): array
7979
'name' => 'Simple Product',
8080
'sku' => 'simple',
8181
'url_key' => 'simple-product',
82+
'type_id' => \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE
8283
],
8384
'links' => [
8485
'upsell' => [

0 commit comments

Comments
 (0)