Skip to content

Commit 0c21e19

Browse files
committed
MAGETWO-51943: Required varchar and text eav attributes can be saved as empty string
1 parent 8cfcdc0 commit 0c21e19

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/CategoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function saveActionDataProvider()
233233
'display_mode' => true,
234234
'meta_title' => true,
235235
'custom_design' => true,
236-
'page_layout' => true,
236+
'page_layout' => false,
237237
'is_active' => true,
238238
'include_in_menu' => true,
239239
'landing_page' => true,
@@ -242,7 +242,7 @@ public function saveActionDataProvider()
242242
'description' => true,
243243
'meta_keywords' => true,
244244
'meta_description' => true,
245-
'custom_layout_update' => true,
245+
'custom_layout_update' => false,
246246
'custom_design_from' => true,
247247
'custom_design_to' => true,
248248
'filter_price_range' => false

0 commit comments

Comments
 (0)