mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
db744f500b
commit
5b7417bf64
5 changed files with 341 additions and 410 deletions
|
|
@ -4,7 +4,8 @@ import { beforeAll, describe, expect, it } from 'vitest';
|
|||
describe(`immich server-info`, () => {
|
||||
beforeAll(async () => {
|
||||
await utils.resetDatabase();
|
||||
await utils.cliLogin();
|
||||
const admin = await utils.adminSetup();
|
||||
await utils.cliLogin(admin.accessToken);
|
||||
});
|
||||
|
||||
it('should return the server info', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue