user: remove name_first
and name_last
from tests
This commit is contained in:
parent
6b11836a41
commit
a24c594cbd
6 changed files with 14 additions and 28 deletions
|
@ -26,8 +26,6 @@ class AccountControllerTest extends ClientApiIntegrationTestCase
|
|||
'admin' => false,
|
||||
'username' => $user->username,
|
||||
'email' => $user->email,
|
||||
'first_name' => $user->name_first,
|
||||
'last_name' => $user->name_last,
|
||||
'language' => $user->language,
|
||||
],
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue