Skip to content
Snippets Groups Projects
Commit e5bb358d authored by Yu Tang's avatar Yu Tang
Browse files

MAGETWO-28256: Bundle Integration API Refactoring

    - Fix api-functional test failure
parent 651e37c3
No related merge requests found
...@@ -29,7 +29,7 @@ class ProductOptionRepositoryTest extends \Magento\TestFramework\TestCase\Webapi ...@@ -29,7 +29,7 @@ class ProductOptionRepositoryTest extends \Magento\TestFramework\TestCase\Webapi
'sku' => 'simple', 'sku' => 'simple',
'qty' => 1, 'qty' => 1,
'position' => 0, 'position' => 0,
'is_defined' => true, 'can_change_quantity' => 1,
'is_default' => false, 'is_default' => false,
'price' => null, 'price' => null,
'price_type' => null, 'price_type' => null,
...@@ -70,7 +70,7 @@ class ProductOptionRepositoryTest extends \Magento\TestFramework\TestCase\Webapi ...@@ -70,7 +70,7 @@ class ProductOptionRepositoryTest extends \Magento\TestFramework\TestCase\Webapi
'sku' => 'simple', 'sku' => 'simple',
'qty' => 1, 'qty' => 1,
'position' => 0, 'position' => 0,
'is_defined' => true, 'can_change_quantity' => 1,
'is_default' => false, 'is_default' => false,
'price' => null, 'price' => null,
'price_type' => null, 'price_type' => null,
......
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