File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
dev/tests/api-functional/testsuite/Magento/Webapi Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ public function getExpectedMultiServiceData()
240
240
'type ' => 'object ' ,
241
241
'description ' => 'Interface for custom attribute value. ' ,
242
242
'properties ' => [
243
- 'attributeCode ' => [
243
+ 'attribute_code ' => [
244
244
'type ' => 'string ' ,
245
245
'description ' => 'Attribute code ' ,
246
246
],
@@ -250,15 +250,15 @@ public function getExpectedMultiServiceData()
250
250
],
251
251
],
252
252
'required ' => [
253
- 'attributeCode ' ,
253
+ 'attribute_code ' ,
254
254
'value ' ,
255
255
],
256
256
],
257
257
'test-module5-v1-entity-all-soap-and-rest ' => [
258
258
'type ' => 'object ' ,
259
259
'description ' => 'Some Data Object short description. Data Object long multi line description. ' ,
260
260
'properties ' => [
261
- 'entityId ' => [
261
+ 'entity_id ' => [
262
262
'type ' => 'integer ' ,
263
263
'description ' => 'Item ID ' ,
264
264
],
@@ -274,7 +274,7 @@ public function getExpectedMultiServiceData()
274
274
'type ' => 'boolean ' ,
275
275
'description ' => 'If current entity has a property defined ' ,
276
276
],
277
- 'customAttributes ' => [
277
+ 'custom_attributes ' => [
278
278
'type ' => 'array ' ,
279
279
'description ' => 'Custom attributes values. ' ,
280
280
'items ' => [
@@ -283,7 +283,7 @@ public function getExpectedMultiServiceData()
283
283
],
284
284
],
285
285
'required ' => [
286
- 'entityId ' ,
286
+ 'entity_id ' ,
287
287
'enabled ' ,
288
288
'orders ' ,
289
289
],
You can’t perform that action at this time.
0 commit comments