From 29d777aa5548893d7e86a1c4339275d515ccfc3f Mon Sep 17 00:00:00 2001 From: Insasse Date: Wed, 21 Nov 2018 13:22:41 +0100 Subject: [PATCH] Fix OgLocalTaskTest --- tests/src/Unit/OgLocalTaskTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Unit/OgLocalTaskTest.php b/tests/src/Unit/OgLocalTaskTest.php index e7dd53142..f5d130152 100644 --- a/tests/src/Unit/OgLocalTaskTest.php +++ b/tests/src/Unit/OgLocalTaskTest.php @@ -75,7 +75,7 @@ public function testGetDerivativeDefinitions() { ->willReturn($group_map); foreach (array_keys($group_map) as $entity_type_id) { - $route_name = "entity.$entity_type_id.og_admin_routes"; + $route_name = "entity.$entity_type_id.og_admin"; $this ->routeProvider