fix: Adjust user email address with correct domain

This commit is contained in:
Faruk AYDIN
2022-03-24 20:15:06 +03:00
committed by Ömer Faruk Aydın
parent 3340bdff4c
commit 68e5e6d011

View File

@@ -3,7 +3,7 @@ import '../../src/config/database';
import logger from '../../src/helpers/logger';
const userParams = {
email: 'user@automatisch.com',
email: 'user@automatisch.io',
password: 'sample',
};