fix: Adjust user email address with correct domain
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3340bdff4c
commit
68e5e6d011
@@ -3,7 +3,7 @@ import '../../src/config/database';
|
|||||||
import logger from '../../src/helpers/logger';
|
import logger from '../../src/helpers/logger';
|
||||||
|
|
||||||
const userParams = {
|
const userParams = {
|
||||||
email: 'user@automatisch.com',
|
email: 'user@automatisch.io',
|
||||||
password: 'sample',
|
password: 'sample',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user