Skip to content

Commit 1490aa0

Browse files
committed
MAGETWO-73062: Store view specific label for FPT attributes is not displayed on frontend
1 parent 85f86bc commit 1490aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Weee/Test/Unit/Model/TaxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public function getProductWeeeAttributesDataProvider()
347347
'attribute_code' => 'fpt_code',
348348
],
349349
'websitePassed' => null,
350-
'expectedFptLabel' => 'fpt_label_frontend'
350+
'expectedFptLabel' => 'fpt_label_frontend',
351351
],
352352
];
353353
}

0 commit comments

Comments
 (0)