File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -459,9 +459,13 @@ public function errorsDataProvider(): array
459459 'simple_with_empty_configurable_attribute_value ' => [
460460 'parent_sku ' => 'configurable ' ,
461461 'child_sku ' => 'simple2 ' ,
462- 'error_message ' => (string )__ (
463- 'The child product doesn \'t have the "%1" attribute value. Verify the value and try again. '
464- ),
462+ 'error_message ' => TESTS_WEB_API_ADAPTER === self ::ADAPTER_SOAP
463+ ? (string )__ (
464+ 'The child product doesn \'t have the "%1" attribute value. Verify the value and try again. '
465+ )
466+ : (string )__ (
467+ 'The child product doesn \'t have the \\"%1 \\" attribute value. Verify the value and try again. '
468+ ),
465469 ]
466470 ];
467471 }
You can’t perform that action at this time.
0 commit comments