removed more emails

This commit is contained in:
Ulf Gebhardt 2021-10-04 10:49:50 +02:00
parent 3135a43759
commit c4a61fb8be
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -15,11 +15,6 @@ describe('UserCard_FormUserPasswort', () => {
const mocks = { const mocks = {
$t: jest.fn((t) => t), $t: jest.fn((t) => t),
$store: {
state: {
email: 'user@example.org',
},
},
$toasted: { $toasted: {
success: toastSuccessMock, success: toastSuccessMock,
error: toastErrorMock, error: toastErrorMock,
@ -191,7 +186,6 @@ describe('UserCard_FormUserPasswort', () => {
expect(changePasswordProfileMock).toHaveBeenCalledWith( expect(changePasswordProfileMock).toHaveBeenCalledWith(
expect.objectContaining({ expect.objectContaining({
variables: { variables: {
email: 'user@example.org',
password: '1234', password: '1234',
passwordNew: 'Aa123456_', passwordNew: 'Aa123456_',
}, },