diff --git a/modules/poll/poll.test b/modules/poll/poll.test
index e24032d5a7..1e15848bc9 100644
--- a/modules/poll/poll.test
+++ b/modules/poll/poll.test
@@ -216,7 +216,7 @@ class PollCreateTestCase extends PollTestCase {
 
     $vote_count = '2000';
     $node->choice[] = array(
-      'chid' => '',
+      'chid' => NULL,
       'chtext' => $new_option,
       'chvotes' => (int) $vote_count,
       'weight' => 1000,
