cubicweb/test/unittest_entity.py
changeset 11762 7518cb58ab4c
parent 11759 7b7108eb8178
child 11764 6ab14a1afb65
--- a/cubicweb/test/unittest_entity.py	Fri Sep 30 17:04:42 2016 +0200
+++ b/cubicweb/test/unittest_entity.py	Fri Sep 30 17:34:11 2016 +0200
@@ -835,9 +835,7 @@
         with self.admin_access.web_request() as req:
             note = req.create_entity('Note', type=u'z')
             metainf = note.cw_metainformation()
-            self.assertEqual(metainf, {'source': {'type': 'native', 'uri': 'system',
-                                                  'use-cwuri-as-url': False},
-                                       'type': u'Note', 'extid': None})
+            self.assertEqual(metainf, {'type': u'Note', 'extid': None})
 
     def test_absolute_url_empty_field(self):
         with self.admin_access.web_request() as req: