mirror of
https://github.com/immich-app/immich.git
synced 2026-05-24 16:02:31 -04:00
fix e2e
This commit is contained in:
@@ -347,7 +347,7 @@ describe(`${LibraryController.name} (e2e)`, () => {
|
||||
api.authApi.login(server, userDto.user2),
|
||||
]);
|
||||
|
||||
const library = await api.libraryApi.create(server, user1.accessToken, {
|
||||
const library = await api.libraryApi.create(server, admin.accessToken, {
|
||||
type: LibraryType.EXTERNAL,
|
||||
ownerId: user1.userId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user