Skip to content

Commit 32906a7

Browse files
committed
MC-40089: Create automated test for: "Try to add a simple product to configurableproduct as an option"
1 parent d2cca0a commit 32906a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/LinkManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public function errorsDataProvider(): array
460460
'parent_sku' => 'configurable',
461461
'child_sku' => 'simple2',
462462
'error_message' => (string)__(
463-
'The child product doesn\'t have the \"%1\" attribute value. Verify the value and try again.'
463+
'The child product doesn\'t have the "%1" attribute value. Verify the value and try again.'
464464
),
465465
]
466466
];

0 commit comments

Comments
 (0)