mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: server auth e2e (#7203)
This commit is contained in:
parent
59f8a886e7
commit
a03b37ca86
17 changed files with 2897 additions and 374 deletions
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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue