cubicweb/test/unittest_cwconfig.py
changeset 11631 faf279e33298
parent 11478 1817f8946c22
child 11681 b23d58050076
--- a/cubicweb/test/unittest_cwconfig.py	Fri Sep 23 16:04:32 2016 +0200
+++ b/cubicweb/test/unittest_cwconfig.py	Mon Sep 26 14:52:12 2016 +0200
@@ -81,7 +81,7 @@
         expected_cubes = [
             'card', 'comment', 'cubicweb_comment', 'cubicweb_email', 'file',
             'cubicweb_file', 'cubicweb_forge', 'localperms',
-            'cubicweb_mycube', 'tag',
+            'cubicweb_mycube', 'pyramid', 'tag',
         ]
         self._test_available_cubes(expected_cubes)
         mock_iter_entry_points.assert_called_once_with(
@@ -168,7 +168,7 @@
             # local cubes
             'comment', 'email', 'file', 'forge', 'mycube',
             # test dependencies
-            'card', 'file', 'localperms', 'tag',
+            'card', 'file', 'localperms', 'pyramid', 'tag',
         ]))
         self._test_available_cubes(expected_cubes)