diff --git a/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php b/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php index 3c238464a5..ef22a70f9d 100644 --- a/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php +++ b/tests/php-unit-tests/unitary-tests/core/ormDocumentTest.php @@ -358,6 +358,7 @@ class ormDocumentTest extends ItopDataTestCase return $this->GivenObjectInDB('Attachment', [ 'item_class' => $sHostClass, 'item_id' => $iHostId, + 'item_org_id' => $iOrgId, $sAttCode => new ormDocument($sData, 'text/plain', $sFileName), ]); }