mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update test
This commit is contained in:
parent
ee2487ff01
commit
490ae58499
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue