Merged in bugfix/PMCORE-3313 (pull request #8129)

PMCORE-3313

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Andrea Adamczyk
2021-09-15 13:15:25 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -219,7 +219,8 @@ class UserTest extends TestCase
'USR_ZIP_CODE' => '', 'USR_ZIP_CODE' => '',
'DEP_UID' => '', 'DEP_UID' => '',
'USR_POSITION' => '', 'USR_POSITION' => '',
'USR_RESUME' => '' 'USR_RESUME' => '',
'ROL_CODE' => 0
]; ];
$res = User::createUser($usrData); $res = User::createUser($usrData);
$this->assertInternalType('integer', $res); $this->assertInternalType('integer', $res);