Skip to content

Commit 8c9f0ac

Browse files
committed
MAGETWO-32783: Implement Gift message related interfaces
1 parent 74429f2 commit 8c9f0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/CartRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testSave()
6868
{
6969
// sales/gift_options/allow_order must be set to 1 in system configuration
7070
// @todo remove next statement when \Magento\TestFramework\TestCase\WebapiAbstract::_updateAppConfig is fixed
71-
// $this->markTestIncomplete('This test relies on system configuration state.');
71+
$this->markTestIncomplete('This test relies on system configuration state.');
7272
/** @var \Magento\Quote\Model\Quote $quote */
7373
$quote = $this->objectManager->create('Magento\Quote\Model\Quote');
7474
$quote->load('test_order_item_with_message', 'reserved_order_id');

dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/ItemRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testGet()
4646
'soap' => [
4747
'service' => self::SERVICE_NAME,
4848
'serviceVersion' => self::SERVICE_VERSION,
49-
'operation' => self::SERVICE_NAME . 'getItemMessage',
49+
'operation' => self::SERVICE_NAME . 'Get',
5050
],
5151
];
5252

@@ -87,7 +87,7 @@ public function testSave()
8787
'soap' => [
8888
'service' => self::SERVICE_NAME,
8989
'serviceVersion' => self::SERVICE_VERSION,
90-
'operation' => self::SERVICE_NAME . 'SetForItem',
90+
'operation' => self::SERVICE_NAME . 'Save',
9191
],
9292
];
9393

0 commit comments

Comments
 (0)