mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 11:49:53 +09:00
refactor(server): e2e (#6632)
This commit is contained in:
@@ -2,7 +2,7 @@ import { LoginResponseDto } from '@app/domain';
|
||||
import { ServerInfoController } from '@app/immich';
|
||||
import { errorStub, userDto } from '@test/fixtures';
|
||||
import request from 'supertest';
|
||||
import { api } from '../client';
|
||||
import { api } from '../../client';
|
||||
import { testApp } from '../utils';
|
||||
|
||||
describe(`${ServerInfoController.name} (e2e)`, () => {
|
||||
|
||||
Reference in New Issue
Block a user