Skip to content

Commit 08ea73c

Browse files
committed
Removed negative price from product options test file.
1 parent d66329a commit 08ea73c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,4 @@
153153
'price_type' => 'fixed',
154154
'sku' => 'time option sku',
155155
],
156-
[
157-
'title' => 'test negative price',
158-
'type' => 'field',
159-
'sort_order' => 1,
160-
'is_require' => 1,
161-
'price' => -10,
162-
'price_type' => 'fixed',
163-
'sku' => 'sku1',
164-
'max_characters' => 10,
165-
],
166-
];
156+
];

0 commit comments

Comments
 (0)