Update test

This commit is contained in:
Hongbo Wu 2023-03-14 14:46:00 +08:00
parent ee2487ff01
commit 490ae58499

View file

@ -50,7 +50,7 @@ describe('auth router', () => {
before(() => {
password = validPassword
username = 'Some_username'
email = `${username}@omnivore.app`
email = `${username}@omnivore.app ` // space at the end is intentional
name = 'Some name'
})