Skip to content

Commit c2fe92c

Browse files
MAGETWO-95812: Required RMA Attributes are not validated while Customer submits a return
- Update automated test
1 parent 60f70d3 commit c2fe92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Metadata/sales_enable_rma_config-meta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
99
<operation name="SalesRMAConfig" dataType="sales_rma_config" type="create" auth="adminFormKey" url="/admin/system_config/save/section/sales/" method="POST">
1010
<object key="groups" dataType="sales_rma_config">
11-
<object key="magento_rma" dataType="sales_rma_config">
11+
<object key="rma" dataType="sales_rma_config">
1212
<object key="fields" dataType="sales_rma_config">
1313
<object key="enabled" dataType="enabled">
1414
<field key="value">string</field>

0 commit comments

Comments
 (0)