refactor: server auth e2e (#7203)
This commit is contained in:
Vendored
-5
@@ -19,11 +19,6 @@ export const loginStub = {
|
||||
},
|
||||
};
|
||||
|
||||
export const changePasswordStub = {
|
||||
password: 'Password123',
|
||||
newPassword: 'Password1234',
|
||||
};
|
||||
|
||||
export const authStub = {
|
||||
admin: Object.freeze<AuthDto>({
|
||||
user: {
|
||||
|
||||
Vendored
-10
@@ -1,10 +0,0 @@
|
||||
export const deviceStub = {
|
||||
current: {
|
||||
id: expect.any(String),
|
||||
createdAt: expect.any(String),
|
||||
updatedAt: expect.any(String),
|
||||
current: true,
|
||||
deviceOS: '',
|
||||
deviceType: '',
|
||||
},
|
||||
};
|
||||
Vendored
-1
@@ -3,7 +3,6 @@ export * from './api-key.stub';
|
||||
export * from './asset.stub';
|
||||
export * from './audit.stub';
|
||||
export * from './auth.stub';
|
||||
export * from './device.stub';
|
||||
export * from './error.stub';
|
||||
export * from './face.stub';
|
||||
export * from './file.stub';
|
||||
|
||||
Reference in New Issue
Block a user