diff --git a/core/Test/EntityControllerTest.php b/core/Test/EntityControllerTest.php
index 8a57459bfc6e7c968f13c3afd9043579e2d481ea..0f86506ddf2e6e2d344c7a02c781e20c5fa02446 100644
--- a/core/Test/EntityControllerTest.php
+++ b/core/Test/EntityControllerTest.php
@@ -188,7 +188,7 @@ class EntityControllerTest extends TestCase
         $this->assertInternalType('array', $responseBody->entity->visaTemplate);
         $this->assertSame(false, $responseBody->entity->hasChildren);
         $this->assertSame(0, $responseBody->entity->documents);
-        $this->assertSame(0, $responseBody->entity->users);
+        $this->assertInternalType('array', $responseBody->entity->users);
         $this->assertSame(0, $responseBody->entity->templates);
         $this->assertSame(0, $responseBody->entity->instances);
         $this->assertSame(0, $responseBody->entity->redirects);