Skip to content

Commit 333e8af

Browse files
committed
MC-24930: Admin: Edit product Attribute
1 parent 2d414e7 commit 333e8af

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Eav/Model/Attribute/DataProvider/Date.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getUpdateProviderWithErrorMessage(): array
9191
[
9292
"{$frontendInput}_wrong_default_value" => [
9393
'post_data' => [
94-
'default_value_date' => '2019//12//12',
94+
'default_value_date' => '//2019/12/12',
9595
],
9696
'error_message' => (string)__('The default date is invalid. Verify the date and try again.'),
9797
],

0 commit comments

Comments
 (0)