Jonathan Jogenfors 1 ano atrás
pai
commit
f140da2ca1
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      server/test/e2e/metadata.e2e-spec.ts

+ 0 - 2
server/test/e2e/metadata.e2e-spec.ts

@@ -4,7 +4,6 @@ import { INestApplication } from '@nestjs/common';
 import { api } from '@test/api';
 import * as fs from 'fs';
 
-import { AssetEntity, LibraryType } from '@app/infra/entities';
 import {
   IMMICH_TEST_ASSET_PATH,
   IMMICH_TEST_ASSET_TEMP_PATH,
@@ -15,7 +14,6 @@ import {
   runAllTests,
 } from '@test/test-utils';
 import { exiftool } from 'exiftool-vendored';
-import request from 'supertest';
 
 describe(`${AssetController.name} (e2e)`, () => {
   let app: INestApplication;