Skip to content

Commit e5bb358

Browse files
author
Yu Tang
committed
MAGETWO-28256: Bundle Integration API Refactoring
- Fix api-functional test failure
1 parent 651e37c commit e5bb358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Bundle/Api/ProductOptionRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testGet()
2929
'sku' => 'simple',
3030
'qty' => 1,
3131
'position' => 0,
32-
'is_defined' => true,
32+
'can_change_quantity' => 1,
3333
'is_default' => false,
3434
'price' => null,
3535
'price_type' => null,
@@ -70,7 +70,7 @@ public function testGetList()
7070
'sku' => 'simple',
7171
'qty' => 1,
7272
'position' => 0,
73-
'is_defined' => true,
73+
'can_change_quantity' => 1,
7474
'is_default' => false,
7575
'price' => null,
7676
'price_type' => null,

0 commit comments

Comments
 (0)