cubicweb/test/unittest_cwconfig.py
changeset 11966 fe995d56c949
parent 11929 fcbd6b251d81
child 12078 82d2c1cdf0c2
--- a/cubicweb/test/unittest_cwconfig.py	Tue Feb 21 10:12:47 2017 +0100
+++ b/cubicweb/test/unittest_cwconfig.py	Wed Feb 08 17:54:16 2017 +0100
@@ -127,9 +127,9 @@
     @patch('pkg_resources.iter_entry_points', side_effect=iter_entry_points)
     def test_available_cubes(self, mock_iter_entry_points):
         expected_cubes = [
-            'card', 'comment', 'cubicweb_comment', 'cubicweb_email', 'file',
-            'cubicweb_file', 'cubicweb_forge', 'localperms',
-            'cubicweb_mycube', 'tag',
+            'card', 'comment', 'email', 'file',
+            'forge', 'localperms',
+            'mycube', 'tag',
         ]
         self._test_available_cubes(expected_cubes)
         mock_iter_entry_points.assert_called_once_with(