diff --git a/tests/unit-tests/attributes/functions.php b/tests/unit-tests/attributes/functions.php index ac285ffab80..698f6603cc0 100644 --- a/tests/unit-tests/attributes/functions.php +++ b/tests/unit-tests/attributes/functions.php @@ -84,7 +84,7 @@ class WC_Tests_Attributes_Functions extends WC_Unit_Test_Case { 'id' => $id, 'name' => 'Brand', 'slug' => 'pa_brand', - 'type' => 'text', + 'type' => 'select', 'order_by' => 'menu_order', 'has_archives' => true, );