mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 17:25:00 +03:00
chore: cleanup e2e (#5051)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { OAuthController } from '@app/immich';
|
||||
import { api } from '@test/api';
|
||||
import { db } from '@test/db';
|
||||
import { errorStub } from '@test/fixtures';
|
||||
import { testApp } from '@test/test-utils';
|
||||
import request from 'supertest';
|
||||
@@ -17,7 +16,7 @@ describe(`${OAuthController.name} (e2e)`, () => {
|
||||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await db.reset();
|
||||
await testApp.reset();
|
||||
await api.authApi.adminSignUp(server);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user