diff --git a/core/modules/tour/src/Tests/TourCacheTagsTest.php b/core/modules/tour/src/Tests/TourCacheTagsTest.php index b27cf16..632a699 100644 --- a/core/modules/tour/src/Tests/TourCacheTagsTest.php +++ b/core/modules/tour/src/Tests/TourCacheTagsTest.php @@ -43,7 +43,7 @@ protected function setUp() { * - 'tour:' */ public function testRenderedTour() { - $url = Url::fromRoute('tour-test'); + $url = Url::fromRoute('tour_test.1'); // Prime the page cache. $this->verifyPageCache($url, 'MISS');