server/test/unittest_datafeed.py
changeset 10089 6346f53c85f1
parent 9897 fa44db7da2dc
child 10774 0361442e2633
--- a/server/test/unittest_datafeed.py	Tue Dec 02 11:37:01 2014 +0100
+++ b/server/test/unittest_datafeed.py	Wed Nov 19 11:57:55 2014 +0100
@@ -40,7 +40,8 @@
             def process(self, url, raise_on_error=False):
                 entity = self.extid2entity('http://www.cubicweb.org/', 'Card',
                                            item={'title': u'cubicweb.org',
-                                                 'content': u'the cw web site'})
+                                                 'content': u'the cw web site'},
+                                           raise_on_error=raise_on_error)
                 if not self.created_during_pull(entity):
                     self.notify_updated(entity)
             def before_entity_copy(self, entity, sourceparams):