Skip to content
Snippets Groups Projects
Verified Commit c3cd5f53 authored by Damien's avatar Damien
Browse files

FEAT #13676 TIME 0:20 Fix unit test

parent e702f157
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ class EntitySeparatorControllerTest extends TestCase
$this->assertSame('Body type is not set or empty', $responseBody['errors']);
$GLOBALS['login'] = 'ddaull';
$GLOBALS['login'] = 'sstar';
$userInfo = \User\models\UserModel::getByLogin(['login' => $GLOBALS['login'], 'select' => ['id']]);
$GLOBALS['id'] = $userInfo['id'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment