Skip to content

Commit 04a9977

Browse files
MAGETWO-36972: Expose CMS api's as web API
1 parent 013d095 commit 04a9977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Cms/Api/PageRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function testCreate()
123123
],
124124
];
125125

126-
$requestData = ['page' => [
126+
$requestData = ['id', 'page' => [
127127
PageInterface::IDENTIFIER => $pageDataObject->getIdentifier(),
128128
PageInterface::TITLE => $pageDataObject->getTitle(),
129129
],

0 commit comments

Comments
 (0)