Skip to content

Commit ea570e2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'max_characters' => 10,
1717
],
1818
'ProductSku should be specified',
19-
400
19+
400,
2020
],
2121
'invalid_product_sku' => [
2222
[
@@ -30,6 +30,6 @@
3030
'max_characters' => 10,
3131
],
3232
'The product that was requested doesn\'t exist. Verify the product and try again.',
33-
404
33+
404,
3434
],
3535
];

0 commit comments

Comments
 (0)