refactor: server auth e2e (#7203)

This commit is contained in:
Jason Rasmussen 2024-02-19 12:03:51 -05:00 committed by GitHub
parent 59f8a886e7
commit a03b37ca86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 2897 additions and 374 deletions

View file

@ -19,11 +19,6 @@ export const loginStub = {
},
};
export const changePasswordStub = {
password: 'Password123',
newPassword: 'Password1234',
};
export const authStub = {
admin: Object.freeze<AuthDto>({
user: {