Skip to content

Commit

Permalink
Fix customer metadata integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mzeis committed Jan 7, 2018
1 parent 2a23a94 commit 1a77bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getAttributeMetadataDataProvider()
Customer::FIRSTNAME,
[
AttributeMetadata::FRONTEND_INPUT => 'text',
AttributeMetadata::INPUT_FILTER => '',
AttributeMetadata::INPUT_FILTER => 'trim',
AttributeMetadata::STORE_LABEL => 'First Name',
AttributeMetadata::MULTILINE_COUNT => 0,
AttributeMetadata::VALIDATION_RULES => [
Expand Down

0 comments on commit 1a77bfc

Please sign in to comment.