diff --git a/core/Test/EntityControllerTest.php b/core/Test/EntityControllerTest.php index 0f86506ddf2e6e2d344c7a02c781e20c5fa02446..c48e3edcee999d45fc2a03ba2cf4f06719a2c760 100644 --- a/core/Test/EntityControllerTest.php +++ b/core/Test/EntityControllerTest.php @@ -22,7 +22,7 @@ class EntityControllerTest extends TestCase $request = \Slim\Http\Request::createFromEnvironment($environment); $aArgs = [ - 'id' => 'TEST-ENTITY123', + 'entity_id' => 'TEST-ENTITY123', 'entity_label' => 'TEST-ENTITY123-LABEL', 'short_label' => 'TEST-ENTITY123-SHORTLABEL', 'entity_type' => 'Service',