mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
refactor: server auth e2e (#7203)
This commit is contained in:
5
server/test/fixtures/auth.stub.ts
vendored
5
server/test/fixtures/auth.stub.ts
vendored
@@ -19,11 +19,6 @@ export const loginStub = {
|
||||
},
|
||||
};
|
||||
|
||||
export const changePasswordStub = {
|
||||
password: 'Password123',
|
||||
newPassword: 'Password1234',
|
||||
};
|
||||
|
||||
export const authStub = {
|
||||
admin: Object.freeze<AuthDto>({
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user