diff --git a/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php b/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php index 208899bab..98d0575eb 100755 --- a/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php +++ b/core/lib/Thelia/Tests/Core/Template/Loop/AttributeCombinationTest.php @@ -46,6 +46,6 @@ class AttributeCombinationTest extends BaseLoopTestor public function getMandatoryArguments() { - return array('product_sale_element' => 1); + return array('product_sale_elements' => 1); } }