diff --git a/tests/feeds_processor_term.test b/tests/feeds_processor_term.test
index b35a0d72672927510b40e691314db3bb3c54fda5..4adcd0804dd621127447c304add06cb1397c0cfa 100644
--- a/tests/feeds_processor_term.test
+++ b/tests/feeds_processor_term.test
@@ -71,7 +71,7 @@ class FeedsCSVtoTermsTest extends FeedsWebTestCase {
     // Force update.
     $this->setSettings('term_import', 'FeedsTermProcessor', array(
       'skip_hash_check' => TRUE,
-      'update_existing' => FEEDS_UPDATE_EXISTING,
+      'update_existing' => 2,
     ));
     $this->importFile('term_import', $this->absolutePath() . '/tests/feeds/users.csv');
     $this->assertText('Updated 5 terms.');