cubicweb/web/test/unittest_webconfig.py
branch3.26
changeset 12268 d84bc85f7f70
parent 12267 4ec56c0bcc5c
child 12315 599a144f5b25
--- a/cubicweb/web/test/unittest_webconfig.py	Thu Feb 15 14:11:18 2018 +0100
+++ b/cubicweb/web/test/unittest_webconfig.py	Thu Feb 15 13:45:06 2018 +0100
@@ -58,7 +58,7 @@
         for fpath in wdocfiles:
             self.assertTrue(path.exists(fpath), fpath)
         for expected in [path.join('cubes', 'file', 'wdoc', 'toc.xml'),
-                         path.join('cubes', 'shared', 'wdoc', 'toc.xml')]:
+                         path.join('cubicweb', 'web', 'wdoc', 'toc.xml')]:
             for fpath in wdocfiles:
                 if fpath.endswith(expected):
                     break