Skip to content

Commit

Permalink
Fix OgLocalTaskTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DiDebru committed Nov 21, 2018
1 parent 00f499d commit 29d777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Unit/OgLocalTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29d777a

Please sign in to comment.