fix test regression related to name clash not tested action
[civicrm-core.git] / tests / phpunit / api / v3 / CustomFieldTest.php
index 8c2a0dee6dc7d32e2cfcc743170af18614fd8e64..d1931a7dd153f928cd3835c36682e632dc2f9659 100644 (file)
@@ -321,7 +321,7 @@ class api_v3_CustomFieldTest extends CiviUnitTestCase {
 
     $params = array(
       'custom_group_id' => $customGroup['id'],
-      'label' => 'Country',
+      'label' => 'Our special field',
       'html_type' => 'Select',
       'data_type' => 'String',
       'weight' => 4,