From fd02bca03d69cb2f6b6ec736880fd5f1aefadf17 Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Thu, 22 Feb 2018 10:10:33 +0100 Subject: [PATCH] [TEST] Entity test create --- core/Test/EntityControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Test/EntityControllerTest.php b/core/Test/EntityControllerTest.php index 0f86506ddf2..c48e3edcee9 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', -- GitLab