Skip to content

Commit 66a3e7b

Browse files
committed
MAGETWO-90103: Fix syntax of expectException() calls #11099
1 parent ea570e2 commit 66a3e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/_files/product_options_update_negative.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'price_type' => 'fixed',
1616
'max_characters' => 10,
1717
],
18-
'ProductSku should be specified',
18+
'The ProductSku is empty. Set the ProductSku and try again.',
1919
400,
2020
],
2121
'invalid_product_sku' => [

0 commit comments

Comments
 (0)