diff --git a/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php index 116aae6..78c50d1 100644 --- a/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php +++ b/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php @@ -49,7 +49,6 @@ protected function getTranslatorPermissions() { */ protected function createEntity($values, $langcode, $bundle_name = NULL) { $values['route_name'] = 'system.admin'; - $values['title'] = 'Administration'; return parent::createEntity($values, $langcode, $bundle_name); }