mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed unnecessary params
This commit is contained in:
parent
1848db1ba1
commit
d90d366946
@ -51,13 +51,11 @@ describe('send coins', () => {
|
|||||||
bobData = {
|
bobData = {
|
||||||
email: 'bob@baumeister.de',
|
email: 'bob@baumeister.de',
|
||||||
password: 'Aa12345_',
|
password: 'Aa12345_',
|
||||||
publisherId: 1234,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
peterData = {
|
peterData = {
|
||||||
email: 'peter@lustig.de',
|
email: 'peter@lustig.de',
|
||||||
password: 'Aa12345_',
|
password: 'Aa12345_',
|
||||||
publisherId: 1234,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
user = await User.find({ relations: ['emailContact'] })
|
user = await User.find({ relations: ['emailContact'] })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user