diff --git a/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php b/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php index 50b2a807d7..67fa9f275c 100644 --- a/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php +++ b/core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @@ -255,7 +255,7 @@ public function testDeriveContextsFromRoute() { $entity->save(); $entity = EntityTest::load($entity->id()); - $result = $this->plugin->deriveContextsFromRoute('entity_test.1', [], '', []); + $result = $this->plugin->deriveContextsFromRoute('entity_test_mul.1', [], '', []); $this->assertSame(['entity', 'view_mode'], array_keys($result)); $this->assertSame($entity, $result['entity']->getContextValue()); $this->assertSame('default', $result['view_mode']->getContextValue());