mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: merge duplicate beforeAll blocks
Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
@@ -50,9 +50,7 @@ describe('/admin/integrity', () => {
|
|||||||
command: QueueCommand.Pause,
|
command: QueueCommand.Pause,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
|
||||||
beforeAll(async () => {
|
|
||||||
asset = await utils.createAsset(admin.accessToken, {
|
asset = await utils.createAsset(admin.accessToken, {
|
||||||
assetData: {
|
assetData: {
|
||||||
filename: 'asset.jpg',
|
filename: 'asset.jpg',
|
||||||
|
|||||||
Reference in New Issue
Block a user