mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
@@ -41,14 +41,12 @@ describe(`${AlbumController.name} (e2e)`, () => {
|
||||
api.userApi.create(server, admin.accessToken, {
|
||||
email: 'user1@immich.app',
|
||||
password: 'Password123',
|
||||
firstName: 'User 1',
|
||||
lastName: 'Test',
|
||||
name: 'User 1',
|
||||
}),
|
||||
api.userApi.create(server, admin.accessToken, {
|
||||
email: 'user2@immich.app',
|
||||
password: 'Password123',
|
||||
firstName: 'User 2',
|
||||
lastName: 'Test',
|
||||
name: 'User 2',
|
||||
}),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user