cubicweb/test/unittest_cwconfig.py
changeset 11478 1817f8946c22
parent 11476 a9f26de5ea6c
child 11631 faf279e33298
--- a/cubicweb/test/unittest_cwconfig.py	Thu May 26 15:38:39 2016 +0200
+++ b/cubicweb/test/unittest_cwconfig.py	Fri Sep 23 16:04:32 2016 +0200
@@ -79,7 +79,7 @@
     @patch('pkg_resources.iter_entry_points', side_effect=iter_entry_points)
     def test_available_cubes(self, mock_iter_entry_points):
         expected_cubes = [
-            'card', 'cubicweb_comment', 'cubicweb_email', 'file',
+            'card', 'comment', 'cubicweb_comment', 'cubicweb_email', 'file',
             'cubicweb_file', 'cubicweb_forge', 'localperms',
             'cubicweb_mycube', 'tag',
         ]