Fix setting up email
This commit is contained in:
parent
0b5226413b
commit
f7d5ccee3c
|
@ -301,7 +301,7 @@ export default class TestConfiguration {
|
|||
lastName = generator.last(),
|
||||
builder = true,
|
||||
admin = false,
|
||||
email,
|
||||
email = generator.email(),
|
||||
roles,
|
||||
} = config
|
||||
|
||||
|
|
Loading…
Reference in New Issue