diff --git a/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module b/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module index 63c3c52..526da71 100644 --- a/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module +++ b/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module @@ -22,5 +22,6 @@ function book_breadcrumb_test_node_access(NodeInterface $node, $operation, Accou $access = new AccessResultNeutral(); } $access->addCacheableDependency($config); + $access->addCacheableDependency($node); return $access; }